Relations

Posts   
 
    
django
User
Posts: 17
Joined: 09-Oct-2007
# Posted on: 15-Oct-2007 08:46:25   

How can i get the value of a field related to a master table through another 3rd table.

Example : I have a table named "PERSONEL" related to a table named "CITY" table "CITY" is releted to table "REGION" i want to get 'Personels' with their city

How to relate the 3rd table? i think that i can relate only the second table with

Relations.Add.PersonelEntityUsingCity

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 15-Oct-2007 11:09:43   

Please post the SQL Statement that you want to execute, so we can help you formulate it.