Hello,
I am working on a pop-up form which opens a data entry form after items are selected. The pop-up form is opened from my main switchboard form.
The sequence of events is:
--Switchboard
--OpenForm Pop-up
--OpenForm Data Entry form
--Close pop-up form
After I close my pop-up, the Switchboard's Form_Activate event is activated, not once but twice. Why does this happen, and why does this happen twice?
In addition, the Switchboard form displays in front of the Data Entry form. How can I get the focus back on my data entry form?
I know I could play around with it and get it to work, but I'd like to have an understanding of why this is happening.
Thanks in advance.
I am working on a pop-up form which opens a data entry form after items are selected. The pop-up form is opened from my main switchboard form.
The sequence of events is:
--Switchboard
--OpenForm Pop-up
--OpenForm Data Entry form
--Close pop-up form
After I close my pop-up, the Switchboard's Form_Activate event is activated, not once but twice. Why does this happen, and why does this happen twice?
In addition, the Switchboard form displays in front of the Data Entry form. How can I get the focus back on my data entry form?
I know I could play around with it and get it to work, but I'd like to have an understanding of why this is happening.
Thanks in advance.