F
Flopbot
I have a Subform with multiple columns in it. One column is calculated and
is subtotaled in the Form Footer. Another column is used to log any extra
hours worked by a volunteer that day. It too is being subtotaled in the Form
Footer.
Here are the two subtotals:
=Sum((DateDiff("n",[Start Time],[End Time])/60)*[Number of People])
=Sum([Other Hours])
I want to add these two subtotals together in a control box on the main form
so I can see at a glance the total number of hours volunteered by each
individual volunteer.
This is one of my failed attempts which results in “The expression you
entered contains invalid syntax.â€:
=(([Volunteer Hours Subform]!Subtotal)+Nz([Extra Hours]))+(([Volunteer Hours
Subform]!Subtotal Other Hours)+Nz([Extra Hours]))
Any ideas? Thanks!
is subtotaled in the Form Footer. Another column is used to log any extra
hours worked by a volunteer that day. It too is being subtotaled in the Form
Footer.
Here are the two subtotals:
=Sum((DateDiff("n",[Start Time],[End Time])/60)*[Number of People])
=Sum([Other Hours])
I want to add these two subtotals together in a control box on the main form
so I can see at a glance the total number of hours volunteered by each
individual volunteer.
This is one of my failed attempts which results in “The expression you
entered contains invalid syntax.â€:
=(([Volunteer Hours Subform]!Subtotal)+Nz([Extra Hours]))+(([Volunteer Hours
Subform]!Subtotal Other Hours)+Nz([Extra Hours]))
Any ideas? Thanks!