M
MSD
I am running a report that uses a form to collect beginning and ending item
numbers and uses a query as its record source. This works, but now I would
like to use a list box to feed multiple item numbers to the query.
This means I need to put something in the criteria cell of my query, like
'IN (100,105,110)'. That would work, except I want the item numbers to come
from the list box.
What do I need to put in my query's criteria for itemNo? Do I need to loop
through the collection - but what do I do with the result?
Thanks,
Emma
numbers and uses a query as its record source. This works, but now I would
like to use a list box to feed multiple item numbers to the query.
This means I need to put something in the criteria cell of my query, like
'IN (100,105,110)'. That would work, except I want the item numbers to come
from the list box.
What do I need to put in my query's criteria for itemNo? Do I need to loop
through the collection - but what do I do with the result?
Thanks,
Emma