Hello,
I have a list box with 5 separate facilities. I want to give the user the option to select just 1 or multiple facilities. The list box is on a form. There is a button on the form that opens a report that is tied to a query that takes the value from the list box.
[Forms]![frm_CMNReports_SecondEyes]![lstFacilities]
If I keep the list box properties set to multi select none the value gets passed to the query no problem. If I switch the multi select property to Simple or Extended the report will just open with no data like it couldn't get any value passed to it.
Does anyone have any suggestions?
Thank you
I have a list box with 5 separate facilities. I want to give the user the option to select just 1 or multiple facilities. The list box is on a form. There is a button on the form that opens a report that is tied to a query that takes the value from the list box.
[Forms]![frm_CMNReports_SecondEyes]![lstFacilities]
If I keep the list box properties set to multi select none the value gets passed to the query no problem. If I switch the multi select property to Simple or Extended the report will just open with no data like it couldn't get any value passed to it.
Does anyone have any suggestions?
Thank you