Results 1 to 2 of 2
  1. #1
    95DSM is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jul 2010
    Posts
    37

    Access Options Button


    Is there a way to create a button on the form that opens the Access Options menu? I'm going to not allow full menus because I dont want users to access certain settings.

    So when it is disabled all you see is the exit database option in the Office Button. But when you select a button on the database it opens the Access Options menu in a normal fashion.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    SENDKEYS is not really a good thing to do, but it is an option for you in this case. behind a button, try:
    Code:
    SendKeys "%(FI)", True

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 06-24-2010, 07:18 PM
  2. Grouping Options
    By Desstro in forum Queries
    Replies: 1
    Last Post: 06-20-2010, 06:33 PM
  3. Replies: 1
    Last Post: 06-20-2010, 05:04 AM
  4. Toggle Button Options
    By Matthieu in forum Forms
    Replies: 2
    Last Post: 11-23-2009, 04:05 PM
  5. Access 2000 programming startup options
    By nosaj_ccfc in forum Programming
    Replies: 2
    Last Post: 10-17-2008, 02:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums