I have a database that stores information on vacation time taken by employees. The two Date/Time data type fields [FirstDayOff] and [ReturningOn] record the vacation days. Days between those two dates are vacation days.
I need help writing the criteria for a query that will return the records of all employees who are off between any two date parameters, [Report Start Date] and [Report End Date] entered by the user.
Any help would be mutch appreciated.
I need help writing the criteria for a query that will return the records of all employees who are off between any two date parameters, [Report Start Date] and [Report End Date] entered by the user.
Any help would be mutch appreciated.