J
JimS
I have a form with a tab control on it. The form's control source is the
WorkOrder table. On one of the tabs, I want to show hours worked against it.
The hours are booked by "task" and "date", a simple header-detail structure.
The tasks point to a single WO, and the hours (1 row per task/date) point
back to the task. I want to show essentially a report-like structure where
each task shows its hours sorted by date and summarized by task. This is
childs-play for a report, but I don't see how to place a report on the tab
control, only a subform. It would look something like this
Task 1 10/1/08 3.0
10/2/08 2.3
10/3/08 8.0
Total Task 1 13.3
Task 2 10/2/08 6.0
etc....
Ideas?
WorkOrder table. On one of the tabs, I want to show hours worked against it.
The hours are booked by "task" and "date", a simple header-detail structure.
The tasks point to a single WO, and the hours (1 row per task/date) point
back to the task. I want to show essentially a report-like structure where
each task shows its hours sorted by date and summarized by task. This is
childs-play for a report, but I don't see how to place a report on the tab
control, only a subform. It would look something like this
Task 1 10/1/08 3.0
10/2/08 2.3
10/3/08 8.0
Total Task 1 13.3
Task 2 10/2/08 6.0
etc....
Ideas?