D
Dkline
I have a form with two subforms. I make a selection in one subform and want
the other subform to reflect the change on the click event.
If I manually return to the main form and then select Records/Refresh from
the menu, the second subform gets updated.
My problem is I can't figure out how to have the event in the first subform
do the refresh for me.
I've tried Me.Parent![form name].refresh
I've tried Forms!...
I'm figuring since the event is on the one subform I may have to drill up to
the main form and then back down to the second subform to do the refresh. Or
is it enough to drill up to just the main form and refresh from there.
the other subform to reflect the change on the click event.
If I manually return to the main form and then select Records/Refresh from
the menu, the second subform gets updated.
My problem is I can't figure out how to have the event in the first subform
do the refresh for me.
I've tried Me.Parent![form name].refresh
I've tried Forms!...
I'm figuring since the event is on the one subform I may have to drill up to
the main form and then back down to the second subform to do the refresh. Or
is it enough to drill up to just the main form and refresh from there.