T
Tim
I have a query and I want the user to be able to select
from a list box to limit what's returned. From the
selections made, I create a string in a text box in order
to pass to the query
I put "IN ([FORMS]![frmReports]![txtCriteria])" in the
where clause. This works if I select 1 item from the
list box. If I select more than 1, I get an empty
resultset.
Any help would be greatly appreciated.
Thanks,
Tim
from a list box to limit what's returned. From the
selections made, I create a string in a text box in order
to pass to the query
I put "IN ([FORMS]![frmReports]![txtCriteria])" in the
where clause. This works if I select 1 item from the
list box. If I select more than 1, I get an empty
resultset.
Any help would be greatly appreciated.
Thanks,
Tim