• Make database window visible (2003 sp3)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Make database window visible (2003 sp3)

    Author
    Topic
    #450229

    I normally hide the database window when my applications are opened. Users often forget the F11 key will make it visible so I thought I would place a button on the menu that simply uses SendKeys vbKeyF11. However it doesn’t work. How can I use a button to make the window visible?

    Viewing 0 reply threads
    Author
    Replies
    • #1105723

      The following line of code will make the Database window visible and activate the Tables section:

      DoCmd.SelectObject acTable, , True

      If you want to activate the Forms section, use acForm instead of acTable, etc.

    Viewing 0 reply threads
    Reply To: Make database window visible (2003 sp3)

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

    Your information: