D
David Whitaker
Yesterday I posted a question about how to return records that had data
only.
What was done was that Not 0 Or Not Is Null was put in different rows of the
criteria in the query. That worked very well, but it created another issue.
I am asking for a year in an expression set as the criteria to populate the
query by. It doesnt matter what year is put into the expression and it
returns all records now.
How do you get the query to honnor the year expression and hide 0's or null
rows?
This worked before I added the Not 0 Or Not Is Null to each row. I did move
the year expression field in front of the others and I tried to set Not 0 Or
Not Is Null 1 row ahead of the expression and it still doesnt produce the
results needed.
only.
What was done was that Not 0 Or Not Is Null was put in different rows of the
criteria in the query. That worked very well, but it created another issue.
I am asking for a year in an expression set as the criteria to populate the
query by. It doesnt matter what year is put into the expression and it
returns all records now.
How do you get the query to honnor the year expression and hide 0's or null
rows?
This worked before I added the Not 0 Or Not Is Null to each row. I did move
the year expression field in front of the others and I tried to set Not 0 Or
Not Is Null 1 row ahead of the expression and it still doesnt produce the
results needed.