SOS! New Access user

T

Tat Fatt

Hi,
I am a begining user for Ms Access.
Try to create an database to records the daily productivity of staffs by
different tasks, and at the same time record the overall productivity per
team.

Unfortunately I can't seems to get the 'Total' calculatiion working.
Pls assist me on how to get the total or sub-total per tasks and per staff
etc.

Thank you.
 
P

Phil

Hi,
On the subform, you have to specifie the subtotal IN the "Form Footer" and
on the main form to create a TextBox with as Control Source :
=[SubformName].Form!SubformTotal
Bye,
 
Top