What I've done:
I've created a list box and have changed it's MultiSelect property from "None" to "Simple." I'm trying to allow users to select more then one item in the listbox. Then I created a query and assigned the listbox to the criteria section of the query. So now what ever the user selects from the listbox should be the parameter of the query.
From there I will create my report based on that query.
Problem:
The query doesn't work. I don't know why the query isn't quering based on the selection in the list box. Can someone please help me.
Thanks!
I've created a list box and have changed it's MultiSelect property from "None" to "Simple." I'm trying to allow users to select more then one item in the listbox. Then I created a query and assigned the listbox to the criteria section of the query. So now what ever the user selects from the listbox should be the parameter of the query.
From there I will create my report based on that query.
Problem:
The query doesn't work. I don't know why the query isn't quering based on the selection in the list box. Can someone please help me.
Thanks!