Article ID: 208998 - Last Review: June 24, 2004 - Revision: 2.0 ACC2000: How to Bring a Subtotal from a Subform to a Main FormThis article was previously published under Q208998 Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
This article shows you how to reference a subtotal control on a subform from a main form.
MORE INFORMATION
If you try to sum a subform field by using a calculated control on a main
form, you may receive an error message in the main form control. For
example, the following expression in a main form control generates a
"#Name?" error message:
=Sum([MySubForm].Form![ExtendedPrice]) There's an example of this method in the Orders form of the Northwind sample database. First, a calculated control in the footer of the Orders Subform sums the subform's Extended Price field to create a subtotal. It uses the following syntax: Text Box Control ---------------- Name: OrderSubtotal ControlSource: =Sum([ExtendedPrice]) Text Box Control ---------------- Name: Subtotal ControlSource: =[Orders Subform].[Form]![OrderSubtotal] REFERENCESFor more information about referencing subform controls, click Microsoft Access Help on the Help menu, type calculating a total in a subform in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
| Article Translations
|
Back to the top
