Beginner trying to filter a query!!!!!

JustMaybe

Registered User.
Local time
Today, 17:09
Joined
Oct 18, 2002
Messages
134
Hi, i am completely new to filtering queries and wondered if anyone could help.

I have a query that shows a 'product list' with their relevant serial numbers, what i am trying to do, is simply block two products from being displayed.

I use product ID in my query yet display the product name. In the query i went to the criteria line of the product ID (in design view) and put the code

<>"88" And <>"89"

This returned the error 'type mismatch in expression' . i tries the same procedure using the full name of the product and the same error message was returned.

Can anyone help?? Thanks in advance
S
 
remove the quotes from the numbers
 

Users who are viewing this thread

Back
Top Bottom