How to filter a combox

R

Rosz

How can I restrict the records shown in a combox to show only the records in
a filter that is applied to a form
 
A

Allen Browne

Change the RowSource of the combo at the same time as you apply the Filter
to your form.
 
Top