Nov 11, 2011 #1 Pack10 Programmer Feb 3, 2010 495 US In a form open procedure, I am filtering on a condition. me.filter = "(Status <> 'Archived') Or (status <> 'Withdrawn')" This is not working, If I change the <> to =, then it works. What am I doing wrong. Thanks
In a form open procedure, I am filtering on a condition. me.filter = "(Status <> 'Archived') Or (status <> 'Withdrawn')" This is not working, If I change the <> to =, then it works. What am I doing wrong. Thanks
Nov 11, 2011 Thread starter #2 Pack10 Programmer Feb 3, 2010 495 US oops....I think I figured it out. I needed an "AND" condition. Upvote 0 Downvote