At 11:49 PM 2/27/05, Adrian "Ade" Lynch wrote:

>So I think the solution is to nest the parenthesis. In fact, swap your
>tables into the above and it might work straight off.
>
>Or try this...


Thanks, that worked. I had tried a few combinations before but could not 
just hit the right syntax. Here's the resulting code from DW (with 
parentheses for Access):

SELECT words_tb.word, words_tb.pronunciation,
        meanings_tb.shortMeaning, categories_tb.category,
        number_tb.number
FROM ((words_tb
         INNER JOIN meanings_tb ON words_tb.word = meanings_tb.wordFK)
         INNER JOIN categories_tb ON categories_tb.IDC = meanings_tb.IDCFK)
         INNER JOIN number_tb ON number_tb.IDN = meanings_tb.IDNFK
WHERE words_tb.word = '#form.word#'


Thanks again,


Roberto Perez
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196747
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