• Display Database Window Programatically (XP-2003/na)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Display Database Window Programatically (XP-2003/na)

    Author
    Topic
    #406750

    Is it possible to display the database window via VBA (users don’t normally see the window because of startup settings) with a designated user accessing it for maintenance purposes?

    That user will have a password to display it.

    Or are there other suggestions to give the ‘admin’ maintenance access.

    Thanks, Leigh

    Viewing 1 reply thread
    Author
    Replies
    • #845710

      If you allow the use of Access Special Keys in Tools | Startup…, anyone can unhide the database window by pressing F11.
      Anyone can bypass the startup options by keeping Shift down while opening the database, unless you have used code to disable Shift as bypass key. (Search for allowbypasskey in this forum for more info.)

      You can display the database window programmatically by selecting a database object (table, query, form, …) and specifying that it be displayed in the database window:

      DoCmd.SelectObject acTable, “tblTest”, True

    • #845711

      If you allow the use of Access Special Keys in Tools | Startup…, anyone can unhide the database window by pressing F11.
      Anyone can bypass the startup options by keeping Shift down while opening the database, unless you have used code to disable Shift as bypass key. (Search for allowbypasskey in this forum for more info.)

      You can display the database window programmatically by selecting a database object (table, query, form, …) and specifying that it be displayed in the database window:

      DoCmd.SelectObject acTable, “tblTest”, True

    Viewing 1 reply thread
    Reply To: Display Database Window Programatically (XP-2003/na)

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

    Your information: