sanders720
Programmer
I have a command button. The code behind it is basically:
DoCmd.Close
I get the following error:
This action can't be carried out while processing a form or report event.
I've never seen this before. I just want to close the form that my program opened in anotyher segment of code. I don;t need to save anything, just need to close the form.
Thanks in advance for the help.
DoCmd.Close
I get the following error:
This action can't be carried out while processing a form or report event.
I've never seen this before. I just want to close the form that my program opened in anotyher segment of code. I don;t need to save anything, just need to close the form.
Thanks in advance for the help.