G
Guest
Hi,
Basically I have 5 forms open, FormB and RostYA1 to RostYA4. Now when I
reach RostYA4 I need to close all forms except FormB. When using docmd.close
acform, name, acsaveno it closes all the forms I want except RostYA4 (Which
I'm currently in)
I have tried to use Forms!FormB.SetFocus and DoCmd.OpenForm "FormB" etc...
but I still get an error saying "This action can't be carried out while
processing a form or report event"
AAAAHHHHH.... driving me insane... after all, all I want to do is close that
form and return to the original one - "FormB"
Please Help
Basically I have 5 forms open, FormB and RostYA1 to RostYA4. Now when I
reach RostYA4 I need to close all forms except FormB. When using docmd.close
acform, name, acsaveno it closes all the forms I want except RostYA4 (Which
I'm currently in)
I have tried to use Forms!FormB.SetFocus and DoCmd.OpenForm "FormB" etc...
but I still get an error saying "This action can't be carried out while
processing a form or report event"
AAAAHHHHH.... driving me insane... after all, all I want to do is close that
form and return to the original one - "FormB"
Please Help
