How to Create Splash Screen MS Access
- George Apostolov
- 05 Sep 2025
Guide
Go to the 'Navigation Pane' and click on the form you want to create a splash screen. Select 'Design View'.
Open the 'Property Sheet' and set the 'Close Button' property to '
No'to disable the close button.Set the 'Border Style' to '
None'to remove the form's border, giving it a clean splash screen look.Under 'On Timer', click the ellipsis icon to open the VBA editor.
Write the following code in the VBA editor and save.
Click on the 'File' option.
Go to the 'Options' button and click on it.
In the 'Access Options' dialog box, go to 'Current Database'.
In the 'Display Form' field, select the name of the splash screen form you just created.
Click 'OK' to save your changes and close the options window.
Now, every time you open your database, the splash screen will appear automatically.
Create your first interactive demo in minutes
No credit card required • Start building today


