In an on exit event from a text field, I have a condition and if its true then I want to close the form.
So I issue the DoCmd.Close. However I get this error message.
Run-time error '2585'
This action can't be carried out while processing a form or report event.
Why not??
So I issue the DoCmd.Close. However I get this error message.
Run-time error '2585'
This action can't be carried out while processing a form or report event.
Why not??