I have a form that contains a subform. In the subform I would like to calculate the field Subtotal and Total.
The subform contains:
NumPatients, LabelsPerPatient, Samples
Therefore
Subtotal = NumPatients * LabelsPerPatient
and
Total = SubTotal + Samples
How do I get these fields to be calculated?. NumPatients, LabelsPerPatient, Samples, Total and Subtotal are Number fields in my DetailTable which is the record source for the subform.
The subform contains:
NumPatients, LabelsPerPatient, Samples
Therefore
Subtotal = NumPatients * LabelsPerPatient
and
Total = SubTotal + Samples
How do I get these fields to be calculated?. NumPatients, LabelsPerPatient, Samples, Total and Subtotal are Number fields in my DetailTable which is the record source for the subform.