Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Me.filter is not working for a NOT EQUAL condition

Status
Not open for further replies.

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
 
oops....I think I figured it out. I needed an "AND" condition.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top