Not directly to the listbox. You need to change the row source of the
listbox to a query that allows you to do the filtering. This query could use
a control on the form to filter its records; the query would contain a
reference (in the "Criteria:" expression) to that control. When you want to
"refilter" the query, you Requery the listbox.
Note that it is possible to change the Row Source programmatically and then
Requery the listbox.
Not directly to the listbox. You need to change the row source of the
listbox to a query that allows you to do the filtering. This query could use
a control on the form to filter its records; the query would contain a
reference (in the "Criteria:" expression) to that control. When you want to
"refilter" the query, you Requery the listbox.
Note that it is possible to change the Row Source programmatically and then
Requery the listbox.
Thanks very much Ken. I've taken to manipulating the Row Source
programmatically, I was hoping that there might be a means of applying a
filter, especially if it could be quickly turned on and off.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.