C
Chris
My hat goes off to you if you can help.
I created a form for users to make selections that will
query the database and have written a procedure to execute
the query. I want to give the user the option to make
multiple selections in the list box, I have set the list
box Multi-Select property to Simple and need to know how
to write the code for the 'WHERE' to recognize the
disctinct choices made by the user. (Each listbox will
offer hundreds of choices that will change, using an If
Then is not an effective option for me.
In advance...thanks!
Chris
I created a form for users to make selections that will
query the database and have written a procedure to execute
the query. I want to give the user the option to make
multiple selections in the list box, I have set the list
box Multi-Select property to Simple and need to know how
to write the code for the 'WHERE' to recognize the
disctinct choices made by the user. (Each listbox will
offer hundreds of choices that will change, using an If
Then is not an effective option for me.
In advance...thanks!
Chris