I am attempting to exit a field (text box) on form1 with a value and use it to open another form - form2. I am using DoCmd.Close to close form1. I get:
Run-time Error 2585
This action can't be carried out while processing a form or report event.
I have tried to put the close command in various places and I still get the error. I have assigned the value to a temp string hopefully to not have and connection to the form being closed.
Any thoughts on this - anyone?
Run-time Error 2585
This action can't be carried out while processing a form or report event.
I have tried to put the close command in various places and I still get the error. I have assigned the value to a temp string hopefully to not have and connection to the form being closed.
Any thoughts on this - anyone?