filter on a listbox

D

david

Is it posible to activate the same filter at a listbox, that i use at my form?

ex. activate filters as form
 
A

Arvin Meyer [MVP]

Use the same query as the source for both the form's recordsource and the
listbox's rowsource.
 
Top