I have two filters that I am using on a form, and each works perfectly on their own.
They are enacted by using a click event on different buttons.
DoCmd.ApplyFilter , “JWord Like [Enter All or Part of Key Word]”
DoCmd.ApplyFilter , “JDate >[Enter Date]”
I would like to add a third to combine the two, so that I get a filter where both criteria are met.
So far I’ve tried various combinations but failed to get it to work. The help files don’t seem to be much use.
Can anyone help please.
Thanks