Mar 17, 2004 #1 logopolis Technical User Oct 10, 2002 59 ES is there a way to set a criteria to show everything but one type of entry in a field in a query. John
is there a way to set a criteria to show everything but one type of entry in a field in a query. John
Mar 17, 2004 1 #2 luceze Programmer Apr 26, 2001 842 US Use <> preceding your criteria. Text Field Example: <>"YourCriteria" HTH, Eric Upvote 0 Downvote
Mar 17, 2004 1 #3 OhioSteve MIS Mar 12, 2002 1,352 US Yeah, Luceze is right. Here are some other examples... <>"Charlie Brown" <> 123 <> true <> #1/1/1999# <> Forms![abc]![text1] The last example bars whatever value is in the text field "text1" in the form "abc". Upvote 0 Downvote
Yeah, Luceze is right. Here are some other examples... <>"Charlie Brown" <> 123 <> true <> #1/1/1999# <> Forms![abc]![text1] The last example bars whatever value is in the text field "text1" in the form "abc".