-
1
- #1
Hi what I am trying to do is:
I have a form that has a button that makes another form pop up that allows users to enter new data. AFter they are done entering new data they click a button that says "save and close"( this button is based on a macro) but as soon as the user is taken back to the original form, the data isn't there, only after I exit the form and come back to it is it there. I think this means that the form needs to be refreshed as soon as it returned to. But on WHAT event should I put the code me.refresh -- it cant be ON OPEN becuase the form is already opened, help?
I have a form that has a button that makes another form pop up that allows users to enter new data. AFter they are done entering new data they click a button that says "save and close"( this button is based on a macro) but as soon as the user is taken back to the original form, the data isn't there, only after I exit the form and come back to it is it there. I think this means that the form needs to be refreshed as soon as it returned to. But on WHAT event should I put the code me.refresh -- it cant be ON OPEN becuase the form is already opened, help?