Creating a Splash Screen

bacardi451

Registered User.
Local time
Today, 15:49
Joined
Mar 20, 2002
Messages
33
Hello,
I have created a form that just a message as a reminder. Is there a way to make it open when the database is open for about 15seconds and close automatically. And is there a way to make it come up only at certain times from 6pm to 1am when a person open the database at those times I already have a form that come up at startup. I looked at previos post with no luck
Thanks in advance
Al
 
Have the form open as the applipcation opens by using the "Startup options" under Tool/Startup options in Access main menu. Use the On Timer event of the form to open the next form and close the splash form. You set the time for this to happen by setting the Timer Interval property of the form. This value is in set in milliseconds (1000 milliseconds = 1 second).

HTH
RDH
 

Users who are viewing this thread

Back
Top Bottom