I've been searching on the forum, but I'm still not sure what I need to do.
First of all, I created a list box that gets it data from one of my tables. I set the multi select property to Extended. This part works correctly.
I want the user to be able to select multiple counties from the list box. After the user has selected these counties, he/she will then click on a button that will launch a report and pass the county names that were selected into the query of the report.
I'm not sure how to get the name of the counties, that the user selected, from the list box. Can someone help lead me in the right direction?
Thanks!
First of all, I created a list box that gets it data from one of my tables. I set the multi select property to Extended. This part works correctly.
I want the user to be able to select multiple counties from the list box. After the user has selected these counties, he/she will then click on a button that will launch a report and pass the county names that were selected into the query of the report.
I'm not sure how to get the name of the counties, that the user selected, from the list box. Can someone help lead me in the right direction?
Thanks!