P
PeterM
I have three forms that I'm dealing with, FormA is a menu form, FormB is a
form called from FormA and FormC is a popup for FormA. I have hyperlinks on
FormA calling FormB. When FormB closes I have a Form Activate event to check
a condition and then open FormC with a Docmd.OpenForm statement. The problem
that I'm having is because FormA uses a hyperlink item to call FormB, once
FormB is closed and FormA is in focus the Acitvate event is not firing,
therefore FormC is not called. When I changed the hyperlink calls in FormA
to Docmd.OpenForm the activate in FormA fires after FormB closes. How can I
force an Activate or is there another way?
Thanks for your help!
form called from FormA and FormC is a popup for FormA. I have hyperlinks on
FormA calling FormB. When FormB closes I have a Form Activate event to check
a condition and then open FormC with a Docmd.OpenForm statement. The problem
that I'm having is because FormA uses a hyperlink item to call FormB, once
FormB is closed and FormA is in focus the Acitvate event is not firing,
therefore FormC is not called. When I changed the hyperlink calls in FormA
to Docmd.OpenForm the activate in FormA fires after FormB closes. How can I
force an Activate or is there another way?
Thanks for your help!