• Opening forms automatically…

    • This topic has 5 replies, 4 voices, and was last updated 24 years ago.
    Author
    Topic
    #354378

    Hi again! smile

    I have a question… I know I have seen this before, but I don’t know how to make it happen… doh …How do you make a form open (preferably maximized?) as soon as the user opens the .mdb file? … I have a form that I made as an interface … I don’t want the user seeing the Database Window, and then having to open up the form from the Forms tab… I’d like the form to open and then everything the user needs to do with this application is on buttons, etc. on that form…

    I just had a thought!… It would also be wonderful if when they closed the form, it closed the database file automatically…

    Any ideas would be greatly appreciated!!
    TIA!

    P.S. I’m using Access ’97

    Viewing 1 reply thread
    Author
    Replies
    • #520607

      Create a macro that does all of what you want: open the form; hide the database window; and on the form create a command button that performs the exit database function. The name this macro AUTOEXEC and whatever is in it will fire automatically whenever the database opens.

      • #520611

        Boy Preston!! You are good!!! laugh Thanks!

        I had searched around in another database file that was working as I wanted this one… and was looking for the way they made it work… but I had no idea it would be the NAME of the macro! lol… I had seen the AUTOEXEC name…but just thought that was just a name that made sense… That’s cool!!! Thank you so much!

        I just tried it and it works PERFECTLY!! …That was so quick!

        I hate to ask silly questions…but I can only imagine the amount of time I would have wasted trying to figure this out on my own!!!

        Have a great day! joy

    • #520610

      Simplest way would be go to Tools | Startup… There you can set the initial form, turn off the database window, block the “special keys” (e.g. F11 to display the database window), and a few other things.

      Note that the user can circumvent this by holding down the shift key when starting the database (that will also prevent an autoexec macro from executing). If you’re trying to use this for security, you’ll need to block the shift key (the code for that has been posted a few times recently).

      The most reliable way of ensuring that the database goes away when the form closes would be to stick Application.Quit in the code for the Close event of the form.

      • #520613

        Thanks Douglas! I will definitely do that for the main application!… I need all the help I can get as far as Securing the database files… smile I am leaving this position in a month and I am so afraid something will happen to the three applications I have created for them… They have been running soooo smoothly!! laugh

        Thanks again!

        • #520661

          if you want to close the database from the form you can put this code behind a button
          DoCmd.Quit
          and it will close the database for you
          hth
          JerryC

    Viewing 1 reply thread
    Reply To: Opening forms automatically…

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

    Your information: