P
Paul
I have an Access application running on Access 2003. When the application
starts, it opens a "start-up" form and the "Open" event for that form will
evaluate the user logon and then re-direct it to other form. The user logon
evaluation is written in VBA in a module and it will execute the user logon
evaluate function when the "start-up" form opens. The problem is when I
start the application, it opens the module window and it stops on the first
line of that evaluation code. I have to press F5 to complete the rest of the
code. What can I do to execute the entire code without a pause? Thanks.
starts, it opens a "start-up" form and the "Open" event for that form will
evaluate the user logon and then re-direct it to other form. The user logon
evaluation is written in VBA in a module and it will execute the user logon
evaluate function when the "start-up" form opens. The problem is when I
start the application, it opens the module window and it stops on the first
line of that evaluation code. I have to press F5 to complete the rest of the
code. What can I do to execute the entire code without a pause? Thanks.