P
PeterM
My users choose a menu item that starts FormB which is a popup, modal form.
My users click on a button on FormB and I issue
DoCmd.OpenForm "FormC", acNormal, , , , acHidden, "sales_calls"
which is supposed to open FormC and pass the calling program name to FormC
(sales_calls)...all of this works as designed as FormC reads the openargs and
starts its processing. However, FormC is not hidden, it is visible behind
FormB (which is popup, modal)...why isn't the acHidden keeping FormC from
showing up behind FormB? I've also tried acIcon with the same results...
Thanks in advance for your help!
My users click on a button on FormB and I issue
DoCmd.OpenForm "FormC", acNormal, , , , acHidden, "sales_calls"
which is supposed to open FormC and pass the calling program name to FormC
(sales_calls)...all of this works as designed as FormC reads the openargs and
starts its processing. However, FormC is not hidden, it is visible behind
FormB (which is popup, modal)...why isn't the acHidden keeping FormC from
showing up behind FormB? I've also tried acIcon with the same results...
Thanks in advance for your help!