Subform not refreshing

  • Thread starter Thread starter C.Evans
  • Start date Start date
C

C.Evans

have a form with a subform. A pop-up form allows the user to edit the data
in the subform. On closing the subform, I want to refresh the subform.

I have the following line on the close event of the pop-up:
Form_frmMain_Person.frmLink_Donation_Person.Form.Requery

It doesn't work. I have also tried refreshing the form or requerying the
form before requerying the subform.

Any ideas? I've done this a million times, and all of a sudden, it doesn't
work. :(
 
Never mind. I had a method of determining which form was open which was
failing. I switched to using the Tag property to determine what to refresh
and it all worked.
 
Back
Top