Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filter Form Dynamic Update

Status
Not open for further replies.

jerry23

Technical User
Jun 14, 2002
7
US
Hi guys, I got a form with entries like
*name
*shop
*due date

I made a tabbed page on that form with unbound combo boxes that display all the name,shops, due dates possible.
I used
docmd.requery
docmd.applyfilter "name = [forms]![form].[filtername]
where filtername is the name of the combobox that has name entries. I'm able to filter ok by one thing. But, I want to use multiple combo boxes to "dynamically" filter the data on the form. Help.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top