Hello All!
My co-workers and I are trying to run a query to find certain employees that accrue vacation time based on their accrual date.
We currently are using DatePart("m",[accrual date]) with a user prompt to get the month. But we would like the DatePart("d",[accrual date]) to only give us certain days (ie. between the 5th and the 18th). For instance, we would like to pull those who's accrual date is between 4/5 and 4/18, no matter what the year is.
Thanks to all in advance!
Leeann...
My co-workers and I are trying to run a query to find certain employees that accrue vacation time based on their accrual date.
We currently are using DatePart("m",[accrual date]) with a user prompt to get the month. But we would like the DatePart("d",[accrual date]) to only give us certain days (ie. between the 5th and the 18th). For instance, we would like to pull those who's accrual date is between 4/5 and 4/18, no matter what the year is.
Thanks to all in advance!
Leeann...
