hi all,
i'm trying to set up a parameter query from a form that the user can select multiple choices from a list box. basically, it's a form that the user ctrl+clicks multiple selections from the list box and then clicks on a control button that runs the query using the selections chosen from the list box as parameters for the query. i did a little research and found out i wanted to change the "Multi Select" property for the list box to "Extended" then i entered the following reference into the field i want the query to search from:
[Forms]![Units Search form]![Units]
however, it doesn't work. i was thinking of using some kind of an "or" statement, but i'm not sure what to do because the user has up to 33 choices from the list box and i don't think i need to set up up to 32 "or" statements for a user wanting to select 32 of the 33 choices. so basically i'm confused. could someone please help me with this. BIG thanks for any help you all could provide.
THANKS!
i'm trying to set up a parameter query from a form that the user can select multiple choices from a list box. basically, it's a form that the user ctrl+clicks multiple selections from the list box and then clicks on a control button that runs the query using the selections chosen from the list box as parameters for the query. i did a little research and found out i wanted to change the "Multi Select" property for the list box to "Extended" then i entered the following reference into the field i want the query to search from:
[Forms]![Units Search form]![Units]
however, it doesn't work. i was thinking of using some kind of an "or" statement, but i'm not sure what to do because the user has up to 33 choices from the list box and i don't think i need to set up up to 32 "or" statements for a user wanting to select 32 of the 33 choices. so basically i'm confused. could someone please help me with this. BIG thanks for any help you all could provide.
THANKS!