M
Megan
Hello,
I have a query that returns the number of days between two
dates (date hired and date()). I want the query to only
return dates that fall between user specified time frames.
This is what I have:
Date Diff: DateDiff("d",[Hire Date],Date())
If I take out ([First Date]) and replace it with 5 and
replace ([Second date]) with 30, I get the correct
results. However, the critera as it is above returns only
a blank row.
Any help would be greatly appreciated!
I have a query that returns the number of days between two
dates (date hired and date()). I want the query to only
return dates that fall between user specified time frames.
This is what I have:
Date Diff: DateDiff("d",[Hire Date],Date())
([First Date]) And <([Second Date])
If I take out ([First Date]) and replace it with 5 and
replace ([Second date]) with 30, I get the correct
results. However, the critera as it is above returns only
a blank row.
Any help would be greatly appreciated!