using a form to apply filter on a different form (HOW)

S

skulmat

I am modifying the northwind database. I am trying to create a form that will
open another form (the orders form) but filter the results based on the
selection in the combobox. I managed to do this with a combobox that shows
the orderid number. but forsome reason i cant do this with having the
customerid in the combobox. i want it to then display only the orders by that
customer.

thank you
 
Top