The database tracks employee time by day and cost center. I have a continuous form that has a row for each day of the month. In the columns are different cost centers:
DATE ADMIN MKTG MTG TOTAL
7/1/11 4.5 3.5 0.0 8.0
7/2/11 1.0 0.0 7.0 8.0
....
7/31/11 0.0 0.0 0.0 0.0
TOTAL 5.5 3.5 7.0 16.0
The header row is in the Form Header. The date rows are in Details. The total row is in the Form Footer.
The names of the fields are AdminHours, MktgHours, MtgHours. In the text box for the daily totals, the control source is:
=Sum([AdminHours]+[MktgHours]+[MtgHours])
In the text box for the total in the Form Footer, the control source is:
=sum([AdminHours])
For each total field, I keep getting #Error.
Anna Jaeger
iMIS Database Support
DATE ADMIN MKTG MTG TOTAL
7/1/11 4.5 3.5 0.0 8.0
7/2/11 1.0 0.0 7.0 8.0
....
7/31/11 0.0 0.0 0.0 0.0
TOTAL 5.5 3.5 7.0 16.0
The header row is in the Form Header. The date rows are in Details. The total row is in the Form Footer.
The names of the fields are AdminHours, MktgHours, MtgHours. In the text box for the daily totals, the control source is:
=Sum([AdminHours]+[MktgHours]+[MtgHours])
In the text box for the total in the Form Footer, the control source is:
=sum([AdminHours])
For each total field, I keep getting #Error.
Anna Jaeger
iMIS Database Support