SDRichardC
Technical User
Hello to everyone. Ok here's what I already have. In a form I have created a listbox set the property to Simple multiselect. The listbox is unbound in the form, but the values for the listbox comes from a table called Issues.
I want the user to select more than one if the need too to find the data from a query called MainDataTbl. I have written a criteria in the query to look up data for when the listbox is selected. The values in the listbox are I, F, QI, PC. If users select I and F, I would like for the query to return only I and F data.
Thank you in advance.
I want the user to select more than one if the need too to find the data from a query called MainDataTbl. I have written a criteria in the query to look up data for when the listbox is selected. The values in the listbox are I, F, QI, PC. If users select I and F, I would like for the query to return only I and F data.
Thank you in advance.