#1AccessDummy
Registered User.
- Local time
- Today, 05:09
- Joined
- Jun 29, 2005
- Messages
- 17
Lets say I have a form called form1 with 2 subforms named subform1 & subform2.
Can I place a text box on form1 that totals fields located on subform1 & subform2?
This is what I currently have as an expression in the text box. It is in the before update event, which may be the problem. Any ideas or solutions are much appreciated.
=[subform1].Form!field1+[subform2].Form!field1
Can I place a text box on form1 that totals fields located on subform1 & subform2?
This is what I currently have as an expression in the text box. It is in the before update event, which may be the problem. Any ideas or solutions are much appreciated.

=[subform1].Form!field1+[subform2].Form!field1