Is there any coding possibility that when a database opens a "splash" page will appear for a few seconds then will close leaving the main form input page? The splash page will just be used like an introduction to the database.
its fairly easy with access you make your splash page, turn on its timer (set to 5000 for 5 seconds and so on) and then in the timer event, you put the code to open your main form and a docmd.close command to close your splash screen. Then simply set the splash screen as the starup form in the startup options and you are done.