I am having problems requerying a form (frmData). The form gets its data from a query. On the form is a button to change information. The button brings up another form (frmChange) to select the new data from. When the frmChange closes, I want the new data to appear in frmData. I have tried many things with no success. I know I need to requery frmData, but dont know where to put the Me.Requery code.
If I hit Shift+F9 the form requeries correctly.
If I put a new button with only the code Me.Requery, it works fine.
What can I do, to get the form (frmData) to requery on its own?
Thanks
If I hit Shift+F9 the form requeries correctly.
If I put a new button with only the code Me.Requery, it works fine.
What can I do, to get the form (frmData) to requery on its own?
Thanks