How to Create Splash Screen MS Access
Here's how to create a simple splash screen in MS Access:
- 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.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it