Is it required to have two tables, one for all choices and one for selected 
values? If you could use a single table with an additional 'selected' flag 
field the query would be simple. However, if that is not a possibility you 
can try something like:

 SELECT [field] FROM tblALL WHERE [field] NOT IN (SELECT [field] FROM 
[tblSelected])

Good Luck.

Bill
Willow Gold 
http://www.willowgold.com
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to