BenSteckler
Addicted to Programming
- Local time
- Today, 19:32
- Joined
- Oct 4, 2000
- Messages
- 44
I have been working with a query that filters the records by dates and by using a list box selection that is located on a form. But now I am interested in selecting multiple options in the list box and filtering for all the selected options.
The help file informed me on how to change the list box to a multiple selection list box, but it does not explain how to use the multiple selections.
The query looks like this now:
Date:
>=forms![FormName]![Startdate] and <=forms![FormName]![EndDate]
Option:
=forms![FormName]![ListBox]
I would like it to filter when ever the [ListBox] = the multiple selection.
Any ideas?
The help file informed me on how to change the list box to a multiple selection list box, but it does not explain how to use the multiple selections.
The query looks like this now:
Date:
>=forms![FormName]![Startdate] and <=forms![FormName]![EndDate]
Option:
=forms![FormName]![ListBox]
I would like it to filter when ever the [ListBox] = the multiple selection.
Any ideas?