My check box name is "payment" i want check by filter data by click 1 check box.Help me by a give vba.
My check box name is "payment" i want check by filter data by click 1 check box.Help
Collapse
X
-
asao,
Welcome to Bytes. You'll find a lot of help here, but you'll have to do your part to present a question that can be answered.
You haven't given us much to work with. I'd say you should use the program Help to look up "filters" and "events." When one of your check boxes is changed there is a change event that is fired. You want to add some code to that event handler to change the filter of the form. What that vba code looks like will depend on the fields in the recordset behind the form.
It might be a good idea to spend some time with the example database that came with your copy of Access. You'll find very good examples there.
Jim
Comment