N
Newbie
Hi,
I have a list box: lbxArea and I have a query that selects all records
where a print flag = 'Y'
I would like this query to return all records where the PrintFlag = 'Y' and
the Area = the values selected in the listbox.
I know how to do this for a single entry by just setting the criteria to =
forms!frmname!lbxArea but haven't got a clue for the query to take account
of multiple selections in the listbox.
Any help greatly appreciated
I have a list box: lbxArea and I have a query that selects all records
where a print flag = 'Y'
I would like this query to return all records where the PrintFlag = 'Y' and
the Area = the values selected in the listbox.
I know how to do this for a single entry by just setting the criteria to =
forms!frmname!lbxArea but haven't got a clue for the query to take account
of multiple selections in the listbox.
Any help greatly appreciated