S
Steve D
Good Morning,
I am trying to set up a form that will allow me to enter hours worked
for a list of active employees. I have 2 tables tblEmployees and tblHours.
tblEmployees includes Employee Name, Start Date, Term Date(if any), tblHours
includes Employee Name, Week Ending Date, Hours where Employee Name is the
related field. I would like to create a form that allows the user to select a
week ending date from a calendar and then be able to get a sheet for data
entry that automatically populates with any employee that is active (start
date < week ending date and term date is Null). In theory my thought is this
but I am not sure how to actually make it work:
Enter Date on form
Click Button
Run Query of active employees
Populate a form based on tblHours with the employee names (results of query)
and week ending date so I can data enter the hours.
I am okay with the form to enter the date and I can run the query my problem
is the last piece. If you can assist I would greatly appreciate it.
I am trying to set up a form that will allow me to enter hours worked
for a list of active employees. I have 2 tables tblEmployees and tblHours.
tblEmployees includes Employee Name, Start Date, Term Date(if any), tblHours
includes Employee Name, Week Ending Date, Hours where Employee Name is the
related field. I would like to create a form that allows the user to select a
week ending date from a calendar and then be able to get a sheet for data
entry that automatically populates with any employee that is active (start
date < week ending date and term date is Null). In theory my thought is this
but I am not sure how to actually make it work:
Enter Date on form
Click Button
Run Query of active employees
Populate a form based on tblHours with the employee names (results of query)
and week ending date so I can data enter the hours.
I am okay with the form to enter the date and I can run the query my problem
is the last piece. If you can assist I would greatly appreciate it.