J
JOM
I have a form that has a subform. The main form contains an employee's ID
and Name. The subform contains the the tasks they did on a day to day basis.
What am trying to do is get "summary Totals" information from the subform
and display it in the main for as follows e.g.
********************************************************
Today This week This month
Total hours 8 40 160
********************************************************
The information that the employee enters in the database is as follows
[TrackDate] 5/26/05
[Task] xyz [totalHours] 2
[Task]abc [totalHours] 3
[Task]efg [totalHours] 3
etc****
and Name. The subform contains the the tasks they did on a day to day basis.
What am trying to do is get "summary Totals" information from the subform
and display it in the main for as follows e.g.
********************************************************
Today This week This month
Total hours 8 40 160
********************************************************
The information that the employee enters in the database is as follows
[TrackDate] 5/26/05
[Task] xyz [totalHours] 2
[Task]abc [totalHours] 3
[Task]efg [totalHours] 3
etc****