Disable Office and Minimize buttons in an Access Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buckeyebob10
    New Member
    • Jun 2012
    • 2

    #1

    Disable Office and Minimize buttons in an Access Form

    I am using an Access program in an secure area and don't want anyone to mess with the screen. For a amateur user how can I do this? I don't find anything in "Options" other than disabling tabs, navigation and full menus. Thanks.
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    This might point you in the right direction... make sure to follow the links that are referenced therein...



    -z

    Comment

    • zmbd
      Recognized Expert Moderator Expert
      • Mar 2012
      • 5501

      #3
      You might also want to look at: http://bytes.com/topic/access/insigh...m-vba-vbscript and the related SHA and RC codes...

      Also maybe:


      and one more...


      there are tons of more on this site and there is another one that I think NeoPa (mybe not NeoPa... having a long day already) used in another thread that used the windows login however, I can't seem to find it today... hopefully NeoPa will follow-up with that link...

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        And be aware that because of the nature of Access, whatever you do can be undone by the user.

        Comment

        • buckeyebob10
          New Member
          • Jun 2012
          • 2

          #5
          As a further requirement, I have a form that has a lookup table for users to locate their name. It is an unsecured computer that I want people to use but not be able to do anything but use the lookup table. I do not write any code but have designed what I have from the menus within Access, which I have used for a long time. But no code.

          Comment

          • zmbd
            Recognized Expert Moderator Expert
            • Mar 2012
            • 5501

            #6
            wow... you're asking for alot...

            do you know about splitting the database into back and front ends?

            Comment

            Working...