Microsoft
Software
Hardware
Network
Question : Filter on split form
I have a split form sourced from a query(qry1). I need to put two combo boxes (cmb1 and cmb2) on the form to filter the data sheet part (field1 and field2). When user chooses the value in either of these combo boxes, the data sheet will filter accordingly.
Meanwhile, other combo box, which the user doesn't choose from, should also change to the value of the same record row. (i.e. when cmb1=a, cmb2=aa; cmb1=b, cmb2=bb; vice versa)
Answer : Filter on split form
If you apply a filter you will be filtering both the form and datasheet.
Cheers, Andrew
Random Solutions
Need to get the guaranteed HWND on startup of a form
forward an e-mail address in Exchange 2003 to an external address
How do I add missing Active X controls to non-admin accounts in Microsoft Access 2003?
How do I import a text file into MS Access which appears to have verticle and hortintals breaks
Mixed 2003/2008 Environment Needs A Domain Rename
Exchange 2010 outook email client setup
Drag a custom drawn rectangle on an Access form
Software Inventory in SCCM 2007
How to show detail on summary report that is pulled into another report (sub-report)
DAO Recordset issue Access 2007 VBA