• Splash Screen

    Author
    Topic
    #1769220

    Is there any way I can create a Splash Screen on my Database. i.e. when the database starts up a splash screen is shown (a form that I have created) for a few seconds?

    Cheers,
    Kenny.

    Viewing 0 reply threads
    Author
    Replies
    • #1782611

      Hi Kenny:
      You can create a form and have it fire up on start by placing the form name in Tools|Startup. Set the OnTimer property and TimerEvent to close the form after a given period of time. Or — save any graphic file as a .bmp file in the same directory and with the same name as the database. It will display instead of the Access Splash Screen while the db is opening wink

      • #1782613

        Does saving the .bmp file with same name work in Access97. I tried it, but the Access spash screen still shows up.

        • #1782619

          Yes Chuck it does, e.g. dbCustomers.bmp — dbCustomers.mdb should work just fine. Note: the .bmp must be on the local computer/directory if you have split the fe and be.
          And Kenny:
          Set Timer Interval to 10000 for 10 seconds of delay and in the OnTimer Event goto … Code Builder and insert DoCmd.Close You could also open another form in the same Code.

      • #1782614

        Sorry .. I’m a bit slow but how do I alter the OnTimer property and TimerEvent property for the form?

        Cheers,
        Kenny.

        • #1782618

          Open the form in the design view and activate the property sheet. Set the Timer Interval property to 5000. This is the equivalent of five seconds and you can adjust the number as you like. Select the On Timer property and click the Build button to open the Code builder. The line of code you need to execute the Close action is: DoCmd.Close. Compile the module. Close the module window and save the form.

    Viewing 0 reply threads
    Reply To: Splash Screen

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: