I get this sign <> in my query

A

AGOKP4

Hi all,

I get this sign <> in my query...what does it mean and how can I get rid of
it?


Thanks!!!
 
J

John Spencer

GUESSING here. You did not say where you see "<>" such as in value returned
in a field, a field (column) title, etc.

So assuming that you are using a crosstab query and that sign is appearing as
a column header then the <> means that the values that are being used for this
column is NULL.

You can get rid of it by using a where clause that screens out null values in
the column. In query design view, add the field you are using for Value and
change the total to WHERE and set the criteria to Is Not Null.

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
 

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