I have an Access 2010 database that uses a login form that has a button that direct the user to another form. When I click on the button code is executed and I get the error "The OpenForm action was conceled."
I followed the execution to a utility that is called during the opening of the form. It had the line "On Error Resume Next". I commented out the line so I could see where the error was but commenting out the line fixed the issue.
I didn't get the error when I was working in the development environment just the production environment.
WHY???
Thanks.
I followed the execution to a utility that is called during the opening of the form. It had the line "On Error Resume Next". I commented out the line so I could see where the error was but commenting out the line fixed the issue.
I didn't get the error when I was working in the development environment just the production environment.
WHY???
Thanks.