I need a second filter

D

Dirtbike

I need a second filter (or 1 filter with 2 criterea) I've tried:
DoCmd.ApplyFilter "", "[TagToDo]![GenerOpen]=True And
[TagToDo]![GenerClosed]=False" and several variations but no joy. Thanks for
the help.
 
M

Marshall Barton

Dirtbike said:
I need a second filter (or 1 filter with 2 criterea) I've tried:
DoCmd.ApplyFilter "", "[TagToDo]![GenerOpen]=True And
[TagToDo]![GenerClosed]=False" and several variations but no joy. Thanks for
the help.


See your earlier post witht he same question.
 
Top