[EMAIL PROTECTED] wrote:
> Okay, I still need help, but I've resolve part of my problem.  I'm able now 
> to have the list of ID numbers in one field by themselves.  So, my new field 
> value (MyColumn) looks like this:
> 
> '5,2,3,4,45,7'
> 
> I still need a way using Query of Queries to extract only the records that 
> have the 'idnumber' in that list.  I've tried:
> 
>       SELECT *
>               FROM AllResults
>               WHERE #idnumber# in MyColumn

SELECT *
FROM AllResults
WHERE ',' & MyColumn & ',' LIKE '%#idnumber#%'

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215335
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to