D
Don
I have a Main form with 2 subforms. One of the subforms, frmSub1 contains
records and the other subform, frmSub2 is a sum of the records in frmSub1.
Each time I update records in frmSub1, I want frmSub2 to requery to post the
new totals. My thought was to add the following code in frmSub1 AfterUpdate
Event:
Forms!frmSub2.Requery
The code errors out saying that the form cannot be found. Where am I going
wrong?
Thanks,
Dennis
records and the other subform, frmSub2 is a sum of the records in frmSub1.
Each time I update records in frmSub1, I want frmSub2 to requery to post the
new totals. My thought was to add the following code in frmSub1 AfterUpdate
Event:
Forms!frmSub2.Requery
The code errors out saying that the form cannot be found. Where am I going
wrong?
Thanks,
Dennis