How can I show the Total amount of a subform field amounts
Hello Everyone,
Do you know how to show the total amount of of a subform field amounts in master form?
My Master Form: Project. Fields are ID (primary key, autonumber), projectname, projectmanager, schoolyear...
SubForm: ProjectDetail. Fields are ID (Primary key, autonumber), subobject, Title, EstimatedAmount, descr...
Forms are linked by ID.
I need to put the Total EstimatedAmount as a text box in Master Form below the subform. When EstimatedAmount in subform changes, the Total EstimatedAmount in Master project form has be always changed.
I tried using query, or macro, but it didn't work.
Thanks,
Cindy
|