I have to create a report which the user's will choose a start date and end date and for each day in-between should
list the date and the number of employee's employed on that date. e.g.
Date No. Employees
01/08/01 50
02/08/01 52
03/08/01 52
04/08/01 55
I need someway of generating these dates as we do not have them in the database.
list the date and the number of employee's employed on that date. e.g.
Date No. Employees
01/08/01 50
02/08/01 52
03/08/01 52
04/08/01 55
I need someway of generating these dates as we do not have them in the database.