Hi all,

Quick question on queries: I have a "Table 1" with 2 foreign keys (FK) from 
two other tables, something like this:

Table 1:
word PK
pronunciation FK
meaning FK

Table 2:
pronunciation PK
word FK

Table 3:
meaning PK
word FK

So, if I query Table 1, will I get the values of "pronunciation" and 
"meaning" through the relation, or do I also have to query tables 2 and 3?

If this last case is true, would I have to query Table 1 first to get the 
value of "word", and then use to query the other two tables, with a 
statement like "Where Table2.word EQ Table1.word"?

I'm using CF 6 and MS Access 2000 (I know, I know, not the best DB, but 
that's all I have right now).

Thanks :-)

Roberto Perez
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194467
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to