mreference
Registered User.
- Local time
- Today, 20:43
- Joined
- Oct 4, 2010
- Messages
- 137
I have created a form that displays timesheets input by officers.
Officer Name | Week No | Month | Year | Hours Worked
It would be easier to know who hasn't completed a timesheet for a particular week so we can chase them up with a reminder.
The query underpining the form is made of a query and a table.
qryTimesheet for [finweek_nbr], [finmonthtext], [finyear_nbr], [sumOfhoursworked], [officerid]
tblOfficer for [OfficerName]
regards
Officer Name | Week No | Month | Year | Hours Worked
It would be easier to know who hasn't completed a timesheet for a particular week so we can chase them up with a reminder.
The query underpining the form is made of a query and a table.
qryTimesheet for [finweek_nbr], [finmonthtext], [finyear_nbr], [sumOfhoursworked], [officerid]
tblOfficer for [OfficerName]
regards