Subform not refreshing

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. :(
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top