S
Stephanie
Hi. I'm still trying to figure out recalc and requery.
I have:
frmIndividuals
sfrmExtraService3
sfrmITABucksSum
(both sfrm are on frmIndividuals)
When I update sfrmExtraService3.ITABucks I want
sfrmITABucksSum.SumOfITABucks to recalc/requery. This
means that I have 2 subforms interacting with each other
on one form and when 1 subform changes, I want the other
subform to update.
I tried to put this code on sfrmExtraService3:
Private Sub Form_AfterUpdate()
Forms!frmIndividauls!sfrmITABucksSum.Form.Recalc
End Sub
and got run-time error '2450' MicrosoftAccess can't find
the form 'frmIndividuals' referred to in a macro
expression or Visual Basic code.
So, obviously I don't know what form, what event or what
code to use. Any suggestions? Stephanie
I have:
frmIndividuals
sfrmExtraService3
sfrmITABucksSum
(both sfrm are on frmIndividuals)
When I update sfrmExtraService3.ITABucks I want
sfrmITABucksSum.SumOfITABucks to recalc/requery. This
means that I have 2 subforms interacting with each other
on one form and when 1 subform changes, I want the other
subform to update.
I tried to put this code on sfrmExtraService3:
Private Sub Form_AfterUpdate()
Forms!frmIndividauls!sfrmITABucksSum.Form.Recalc
End Sub
and got run-time error '2450' MicrosoftAccess can't find
the form 'frmIndividuals' referred to in a macro
expression or Visual Basic code.
So, obviously I don't know what form, what event or what
code to use. Any suggestions? Stephanie