P
psanche
Working on developing a screen from a Timesheet table that looks like this:
---------------------------------------------------------------------------
Field-1 | EmployeeName | Field-2 | Field-3 | Hours | Field-4 | ....
---------------------------------------------------------------------------
xxxxxx | | yyyyyy | zzzzzz | 16.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 12.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 12.00 | vvvvvv | ....
---------------------------------------------------------------------------
John Doe | 40.00 |
---------------------------------------------------------------------------
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 16.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 16.00 | vvvvvv | ....
---------------------------------------------------------------------------
Mary Doe | 32.00 |
---------------------------------------------------------------------------
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
---------------------------------------------------------------------------
Bob Doe | 16.00 |
Challenge: How do I implement it using the standard form
Header-Detail-Footer when the screen should appear as 1 long
editable/scrollable report with subtotals hours by employee. I thought about
using subforms for each employee but it will look funny especially that the
detail record per employee is varying. It's pretty straight forward to do
this with reports but I can't seem to apply it to forms. I'm open to any
suggestions...
Thanks!
-Paul
---------------------------------------------------------------------------
Field-1 | EmployeeName | Field-2 | Field-3 | Hours | Field-4 | ....
---------------------------------------------------------------------------
xxxxxx | | yyyyyy | zzzzzz | 16.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 12.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 12.00 | vvvvvv | ....
---------------------------------------------------------------------------
John Doe | 40.00 |
---------------------------------------------------------------------------
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 16.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 16.00 | vvvvvv | ....
---------------------------------------------------------------------------
Mary Doe | 32.00 |
---------------------------------------------------------------------------
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
xxxxxx | | yyyyyy | zzzzzz | 8.00 | vvvvvv | ....
---------------------------------------------------------------------------
Bob Doe | 16.00 |
Challenge: How do I implement it using the standard form
Header-Detail-Footer when the screen should appear as 1 long
editable/scrollable report with subtotals hours by employee. I thought about
using subforms for each employee but it will look funny especially that the
detail record per employee is varying. It's pretty straight forward to do
this with reports but I can't seem to apply it to forms. I'm open to any
suggestions...
Thanks!
-Paul