A
arminebelle
Hi
I have a form and I am opening new form and closing
current one by executing following statement on the click
button event
DoCmd.OpenForm "Master", acNormal
DoCmd.GoToRecord acDataForm, "Master", acNewRec
DoCmd.Close acForm, Me.Name
I am getting error message 2585 this action can not
carried out while processing form or report event
Help
thank you
I have a form and I am opening new form and closing
current one by executing following statement on the click
button event
DoCmd.OpenForm "Master", acNormal
DoCmd.GoToRecord acDataForm, "Master", acNewRec
DoCmd.Close acForm, Me.Name
I am getting error message 2585 this action can not
carried out while processing form or report event
Help
thank you