Curious blank column appears in crosstab query.

  • Thread starter Thread starter Frank Martin
  • Start date Start date
F

Frank Martin

I have a crosstab query which is returning a blank (null) column with a
heading of " <> ".

I have never seen this before.

Please help, Frank
 
This column is generated where some records are null in the field used for
the Column Headings.

If you don't want to know about that column, you can exclude those records
from the query by adding this field to the query design grid a second time,
choosing WHERE in the Total row, and in the Criteria row:
Is Not Null
 
Back
Top