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
Getting GPS Latitude and Longitude on Smartphone with vb.net
Exchange 2007 EWS API change appointment
How to use the UserGroup.GetUserLoginFrom<wbr />Email web service in Infopath
Saved docx file from an outlook express attachment, now file is missing
Backspace not working
Delete from Access form certain records in a table that relate to another table's field
How can I enable a template item accoding to query result ?
Modify a PARAM tag value within C#
Leading zero from number to Concatenated filed
Using If..Else in SQL Stored Procedure