Not <> columns

O

Octet32

I am trying to find out which columns are not equal in a query in Criteria I
have placed the following
<>([column1 ]![ column2])
It doesn’t work anyone know how to do this?
octet
 
B

Bob Barrows [MVP]

Octet32 said:
I am trying to find out which columns are not equal in a query in
Criteria I have placed the following
<>([column1 ]![ column2])
It doesn't work anyone know how to do this?
octet
Put
<> [column2]
in the Criteria row in the grid column for [column1]
 
O

Octet32

Thanks that worked

Bob Barrows said:
Octet32 said:
I am trying to find out which columns are not equal in a query in
Criteria I have placed the following
<>([column1 ]![ column2])
It doesn't work anyone know how to do this?
octet
Put
<> [column2]
in the Criteria row in the grid column for [column1]
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top