I'm trying to create a form that will add 7 records to my hours table (1 for each day of a specified week; Startdate to Enddate) for each record of an employee query.
I tried using a continuous subform for each employee with default data for #of hours and type. The problem is the date. If have to click on the calendar and click the date for each of the seven days for each employee. (appoximately 560 times) Carpal Tunnel!
Is there any way to get the dates to programatically appear based on StartDate, Startdate + 1, StartDate + 2 and so on till the EndDate?
My other idea is to make an Append query for each employee and each date. Does anyone know if thats possible?