Refresh Form

  • Thread starter kobi via AccessMonster.com
  • Start date
K

kobi via AccessMonster.com

I have an Access adp project with one main form with 2 subforms attached to
it. From this form, I call a number of pop up style forms to add data since
I can't add the records to a linked subform. However, when I come back to
the main form, I must select Record-Refresh before the new records are
displayed. I have tried a number of combinations for Refresh and Requery to
do this programmatically, but can't seem to get it to work. I'm wondering if
I'm attaching the Refresh statement to the wrong event or something. I've
tried On Got Focus, On Current and On Activate. Any ideas?
 
P

Powderfinger

On the "On Close" event of your popup form, try using
Form_MY_MAINFORM_NAME.Requery
 

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