new_2_prog
Registered User.
- Local time
- Today, 15:03
- Joined
- Aug 4, 2008
- Messages
- 58
Ok, I have tried every event procedure and I must be missing something.
I have a continuous subform that has a text box "grand_total" in the subform footer that has
=Sum([Controls_Detail_Line_Qty]*[Controls_Detail_Line_Amnt]) as the control source.
Then on the main form I have a text box that references "grand_total" on the subform.
Problem, when I update/add to the continuous subform the grand_total text box updates accordingly but in return the box on the main form doesn't.
Where do I put an event procedure and what do I put for the code?
Thanks!!

I have a continuous subform that has a text box "grand_total" in the subform footer that has
=Sum([Controls_Detail_Line_Qty]*[Controls_Detail_Line_Amnt]) as the control source.
Then on the main form I have a text box that references "grand_total" on the subform.
Problem, when I update/add to the continuous subform the grand_total text box updates accordingly but in return the box on the main form doesn't.
Where do I put an event procedure and what do I put for the code?
Thanks!!