Hey
Im trying to find a way to hide the access window when a user opens the database.
I want the user only to see the pop-up form that is displayed on opening the file.
I have tried two ways
This:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
and then a function like this
Option Compare Database...