Hi All,
I want to close a form as soon as it is deactivated.
So I place :
DoCmd.Close acForm, "frm_MoveToStep"
on the 'Deactivate' event. It brings back the error "This action can't be carried out while processing a form report event"
Am I doing something wrong? What is the correct / best way of doing this.
Or is there a way of doing this.
Thanks again for all the Tek-Tips help.
DerickD
I want to close a form as soon as it is deactivated.
So I place :
DoCmd.Close acForm, "frm_MoveToStep"
on the 'Deactivate' event. It brings back the error "This action can't be carried out while processing a form report event"
Am I doing something wrong? What is the correct / best way of doing this.
Or is there a way of doing this.
Thanks again for all the Tek-Tips help.
DerickD