Results 1 to 2 of 2
  1. #1
    missionAccess is offline Novice
    Windows Vista Access 2007
    Join Date
    Nov 2014
    Location
    NY, NY
    Posts
    1

    Creating forms for Users not Administrators

    First time using access...about 3 days into my learning. I am using access for 3-5 users who are not knowledgeable about access. I only need them to input data through the forms or retrieve data from the queries. How do I accomplish this without then interacting with the Access program itself?

  2. #2
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    There are several ways to do this.

    One way is to have Access open the main form when the application is started, and have that form close MS Access when the form closes.

    If you make all the forms opup and modal, this keeps users out of the ribbon (they can see it, but not use it). However, that approach makes using select queries difficult, because they won't open on top of modal forms.

    A line or two of code can hide the ribbon completely.

    You can also disable the special keys (Ctrl_G, F11, etc) with File - Options - Current Database, and clear the Use Access Special Keys checkbox.

    With a little bit of VBA code you can also disable the Shift key when opening the application.

    Which of these options you use depends how much protection you need.

    John

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

Similar Threads

  1. Replies: 3
    Last Post: 09-07-2012, 12:50 PM
  2. Keeping users name on forms
    By b_best in forum Forms
    Replies: 5
    Last Post: 02-18-2012, 08:26 AM
  3. Replies: 6
    Last Post: 12-12-2011, 01:28 PM
  4. users only need to see forms.
    By BF15 in forum Security
    Replies: 1
    Last Post: 08-25-2011, 05:25 PM
  5. Multiple users & forms question.
    By Bejo25 in forum Database Design
    Replies: 2
    Last Post: 02-03-2011, 08:26 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