Open database window from hidden button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dixie

    #1

    Open database window from hidden button

    I have now used the following code from Allen Brown to open my mde database
    from a hidden button:

    DoCmd.SelectObj ect acTable, , True.

    My problem now is that I can't get the normal top menu that you get when you
    open Access with the shift key down. Is there any way in code of getting
    that menu to show. The one with File Edit View Insert Format Tools Window
    Help

    dixie


Working...