Free Ground Shipping
for web orders over $50
Access has the ability to run an Access object’s VBA code automatically whenever the object (form, report, etc.) is opened. It also has the ability to automatically open a designated form when the database launches. Combining these two means VBA code within a form can be automatically run when the database opens.
The StartUp form will now automatically open when you next launch the database and the form’s Form_Open code will automatically run.
To circumvent automatically opening this form and running its code, hold down the SHIFT Key when launching the database.