P
Preston
Hi,
I have been creating a database that generates timesheets for technicians
based on a given date range and filter criteria. I have a question and am not
sure how to proceed. If there is unpaid time for a technician that is prior
to the week we are generating the timesheet for I want to be able to decide
whether or not to include this time. If I don't then the time will be lost
and the user will not have another chance to pay the technician for this
time. As it works right now the user selects the tech he/she wants timesheets
for and gives a weekending date (sunday) the db then generates a report
(timesheet) for each tech based on the week ending on the date specified.
This is done using a recordset and a loop to filter a report. I would like
the user to be prompted if there is time prior to this week. If there is time
unpaid prior to the given week then i would like the user to have the choice
of selecting (by using a checkbox) each instance of time that they would like
to pay (include on the timesheet report).
I'm not sure how to tackle this. Should i build a temporary table with
the records prior to the date range and then present this in a form with
checkboxes? Should i simply use a recordset to handle the question? Any help
you can give will be greatly appreciated.
Thank you,
Preston
I have been creating a database that generates timesheets for technicians
based on a given date range and filter criteria. I have a question and am not
sure how to proceed. If there is unpaid time for a technician that is prior
to the week we are generating the timesheet for I want to be able to decide
whether or not to include this time. If I don't then the time will be lost
and the user will not have another chance to pay the technician for this
time. As it works right now the user selects the tech he/she wants timesheets
for and gives a weekending date (sunday) the db then generates a report
(timesheet) for each tech based on the week ending on the date specified.
This is done using a recordset and a loop to filter a report. I would like
the user to be prompted if there is time prior to this week. If there is time
unpaid prior to the given week then i would like the user to have the choice
of selecting (by using a checkbox) each instance of time that they would like
to pay (include on the timesheet report).
I'm not sure how to tackle this. Should i build a temporary table with
the records prior to the date range and then present this in a form with
checkboxes? Should i simply use a recordset to handle the question? Any help
you can give will be greatly appreciated.
Thank you,
Preston