Calculating total

  • Thread starter Thread starter khood
  • Start date Start date
K

khood

Guest
I have a main form with student info (name address, city etc). Also, there is a subform that includes class, credits, course date etc. How do I calculates the students total number of credits. This total can either be shown in the main or subform of the student from
 
I'd do it on the subform.

Use "=sum([FieldName])" as the control source.

Otherwise use a DSum if you want it on the main form.
 
I get an error message #Name? what does that mean?
 

Users who are viewing this thread

Back
Top Bottom