How To

Automatically Run VBA Code Upon Opening an Access Database

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.
Read now

Useful URLs For Creating VBA Code

There are a multitude of online resources to help you develop your Visual Basic for Applications (VBA) skills. Here are a few core links, referenced in Beezix’s VBA 2016 Introduction quick reference guide, that will enhance any VBA project you take on. 
Read now