G
Guest
HI,
I have a main form with a command button that opens a popup form for entry
of data. The data that is entered in the pop is saved on the main form in a
text box. If something is entered and the popup form is closed (using a
close command button) I want to excute some code to do something special on
the main form.
I thought that the main form "got focus" event would allow me to do the code
when the popup was closed and the main for would have focus again. I've
tried every on event option that I thought might work, but none did.
Is there a way to run my code when the popup is closed and there is data my
text box on the main form. --
Phil
I have a main form with a command button that opens a popup form for entry
of data. The data that is entered in the pop is saved on the main form in a
text box. If something is entered and the popup form is closed (using a
close command button) I want to excute some code to do something special on
the main form.
I thought that the main form "got focus" event would allow me to do the code
when the popup was closed and the main for would have focus again. I've
tried every on event option that I thought might work, but none did.
Is there a way to run my code when the popup is closed and there is data my
text box on the main form. --
Phil