Where is this query headed?
Is it to filter records in a form?
Or to open a filtered report?
If so, see:
Use a multi-select list box to filter a report
at:
http://allenbrowne.com/ser-50.html
The code is identical to buid a Filter for your form.
If it must be done in the query, it is possible to craft a VBA function so
it returns True if there is a match. See Duane Hookom's 4th example on this
page:
http://www.access.hookom.net/Samples.htm

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Such as....Forms!frmMain!ForLast
> ...to be used in a Query....
[quoted text clipped - 11 lines]
>
> TIA - Bob
Bob Barnes - 19 Mar 2007 03:06 GMT
Allen - It's a Filtered Report.
I will read the references.
Thank you - Bob
> Where is this query headed?
> Is it to filter records in a form?
[quoted text clipped - 26 lines]
> >
> > TIA - Bob