this is a weird one.
I have a form that inputs a short date into the target table on load.
now I want to make a query that returns all records made today or yesterday.
I am using a query that looks in the date_record field: the total field is "where" and the criteria is Date() Or (Date())-1
Whats odd is (Date())-1 works but the simple Date() doesn’t return any values.
I have a form that inputs a short date into the target table on load.
now I want to make a query that returns all records made today or yesterday.
I am using a query that looks in the date_record field: the total field is "where" and the criteria is Date() Or (Date())-1
Whats odd is (Date())-1 works but the simple Date() doesn’t return any values.