G
Guest
Have a query w/ totals button turned on.
in the criteria row of my date field I want to limit the query results by
specifying give me all the records that are no more than 30 days old or don't
have a date.
I tried
Access converts above into
I get no results back.
any suggestions?
Thanks
in the criteria row of my date field I want to limit the query results by
specifying give me all the records that are no more than 30 days old or don't
have a date.
I tried
= now()-30 or is not null
Access converts above into
= now()-"30" or is not null
I get no results back.
any suggestions?
Thanks