childrenfirst
Technical User
Hi,
I have to create an Access report based on data in a SQL table. The table has four fields, EmployeeName, Timeoffstartdate, Timeoffenddate, and Offtype (there are two types: sick day, paid leave).
The report needs to show which week days (i.e. Monday, Tuesday, Wednesday, and etc.) people call in and take sick days. The challenge is that the SQL table only record the startdate and enddate, and I don't know how to convert the time-off date range (from startdate to enddate) to weekdays and count by weekdays.
Any advice or suggestion will be greatly appreciated!
Thank you
I have to create an Access report based on data in a SQL table. The table has four fields, EmployeeName, Timeoffstartdate, Timeoffenddate, and Offtype (there are two types: sick day, paid leave).
The report needs to show which week days (i.e. Monday, Tuesday, Wednesday, and etc.) people call in and take sick days. The challenge is that the SQL table only record the startdate and enddate, and I don't know how to convert the time-off date range (from startdate to enddate) to weekdays and count by weekdays.
Any advice or suggestion will be greatly appreciated!
Thank you