filter form using combo box control

  • Thread starter Thread starter mavsveel
  • Start date Start date
M

mavsveel

Hello,
I'd like to filter a form using a combo box control (just as the
toolbar does). I'm new to access so please take it easy on the tech
talk.
Thanks in advance
 
Use the combobox control/field as a filter in your form's recordsource. On
the combobox afterUpdate event, requery the form.
 
Back
Top