M
MEAD5432
I need to query all records that fall between two dates. I have a column
where I input dates the record was input. This column is called "DATE INPUT"
and it is a short date format.
The expression criteria listed under "DATE INPUT" is:
When I run the query, it pulls all records that have a date regardless of
whether it falls into that range.
What is going on? How do I fix it?
where I input dates the record was input. This column is called "DATE INPUT"
and it is a short date format.
The expression criteria listed under "DATE INPUT" is:
=[ENTER START DATE] <DateAdd("d",1,[ENTER END DATE])
When I run the query, it pulls all records that have a date regardless of
whether it falls into that range.
What is going on? How do I fix it?