harrymossman
Technical User
We need to create a timesheet. It needs to be like ones used by lawyers etc. who break their time down by case.
We have a table of employee names and a table of cases. What stumps me is how to create a form that an employee could use to fill in their weekly times. And also a form where the supervisor could review weekly and summary totals by employee and by case. (Of course, this could be 2 separate forms.)
The employee form would be something like:
All of this data would go into one big table. Should I put that table on the form and filter it? Or use an undefined tableframe and then upload to the main table? Or something else?
This must be a common task but Search didn't produce any results for "timesheet."
Harry
We have a table of employee names and a table of cases. What stumps me is how to create a form that an employee could use to fill in their weekly times. And also a form where the supervisor could review weekly and summary totals by employee and by case. (Of course, this could be 2 separate forms.)
The employee form would be something like:
Code:
MON TUES WED THUR FRI
CASE1 2.5 3.75 4.0
CASE2
ETC.
All of this data would go into one big table. Should I put that table on the form and filter it? Or use an undefined tableframe and then upload to the main table? Or something else?
This must be a common task but Search didn't produce any results for "timesheet."
Harry