J
Jeff
I'm trying to write a query that looks at a particular date field to
see if the record should be included in my counts. In most cases, this
field is blank, and is only filled in on certain cases.
I want my query to look at records where the value is not null and
between the start and stop date for the report.
I tried
Is not null and > start date and < stop date
But it gives me a data mismatch error.
Suggestions?
Thanks
Jeff
see if the record should be included in my counts. In most cases, this
field is blank, and is only filled in on certain cases.
I want my query to look at records where the value is not null and
between the start and stop date for the report.
I tried
Is not null and > start date and < stop date
But it gives me a data mismatch error.
Suggestions?
Thanks
Jeff