C
CJ-Hewitt
I have two tables, one for employee information and one for timesheet/budget
tracking on a weekly basis.
I would like to create a form where, at the start of each week, I can cycle
through the employee list (meaning pull up an employee name, either select
the default cost code or a new one, enter the week end date and mondays
hours, hit the command button to add the new record and cycle to the next
record of the employee database)
Once I establish the new week, I would have an edit form that continues from
that point.
I am doing this with the thought that eventually all tables will be locked
from view and only data editing/adding will be via form.
I am not sure how to go about placing the data I pull from table one into
table 2.
Now if I haven't completely confused you, any suggestions?
tracking on a weekly basis.
I would like to create a form where, at the start of each week, I can cycle
through the employee list (meaning pull up an employee name, either select
the default cost code or a new one, enter the week end date and mondays
hours, hit the command button to add the new record and cycle to the next
record of the employee database)
Once I establish the new week, I would have an edit form that continues from
that point.
I am doing this with the thought that eventually all tables will be locked
from view and only data editing/adding will be via form.
I am not sure how to go about placing the data I pull from table one into
table 2.
Now if I haven't completely confused you, any suggestions?