• Displaying Database Window (97)

    Author
    Topic
    #359199

    Hello,
    I have turned off “Display Database Window” under Startup. I would like to in VBA turn the window back on but all the help talks about is at startup.
    Suggestions?

    Viewing 1 reply thread
    Author
    Replies
    • #537785
      • #537896

        Thank you for the post, however I am not trying to open the database window at startup. I am trying to let a user with permission open the database window.

    • #537829
          strDocName = "tblName" 'any table will do.
          ' Give focus to Database window; select table (first
          ' table in list is ideal).
          
            DoCmd.SelectObject acTable, strDocName, True
      
      • #537901

        Thank you for your post. After moving a close command so my form closed not my database window this worked well.
        fanfare

    Viewing 1 reply thread
    Reply To: Displaying Database Window (97)

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

    Your information: