
As you can see I have a form which filters reports according to what is input into the form.
I have a combobox: Product Directorate. When the user selects a Product Directorate, the report will run showing the info for that particular Product Directorate.
This all works fine.
I wanted to convert my combo box into a list box so that a user can, for instance, select 2 Product Directorates and the report will run showing the info or these 2.
In form design I right clicked on my combo box, went to Change to, and selected List Box. Then for the properties of the list box for the Multi Select, I chose Simple.
Now when I select multiple Product Directorates and then run the report it doesn't filter like it should It lists all of the Product Directorates in the report. Even if I select only one Product Direcorate, it won't even filter.
Any suggestions?