E
Ed
I have a main form that calls several pop-up forms for making data changes.
The main form displays the current data. If you want to change the data, you
click a button and a pop-up change form opens. After making and confirming
the changes, the pop-up form closes.
I need the data on the main form to be refreshed to display the information
that was changed in the pop-up. I added a button to refresh the data but I
don't want my users to have to press the button to do this.
I tried using the main forms On Active event; however, it doesn't fire when
I close the pop-up form and return to the main form.
The main form displays the current data. If you want to change the data, you
click a button and a pop-up change form opens. After making and confirming
the changes, the pop-up form closes.
I need the data on the main form to be refreshed to display the information
that was changed in the pop-up. I added a button to refresh the data but I
don't want my users to have to press the button to do this.
I tried using the main forms On Active event; however, it doesn't fire when
I close the pop-up form and return to the main form.