Results 1 to 3 of 3
  1. #1
    isurunk is offline Novice
    Windows 8 Access 2016
    Join Date
    Aug 2017
    Posts
    1

    restrict database access and allow only userform


    how to allow access to a particular user to userform only to enter data but restricting the access to database they are updating so that data is secure. another high level user may have all permission to access database for data analysis.

  2. #2
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,511
    Few ways to do this I am sure. I usually have a Login screen with ID and Pasword, I check the ID/password against Active Directory to make sure they are an employee, then check the ID against a Users table to make sure they have access to get into the specific database. Also in Users table I have a Group field that lists Admin, Edit, ReadOnly, etc. and depending on which group they are in I disable or hide forms, other stuff, etc.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I do similar but not really for security, just to identify user for documenting in records. Because securing an Access database really is quite difficult. Anyone with minimal computer savvy can get by most 'security' settings in Access, the shift key bypass on an accdb is the first technique for that. Then if they know where the backend is located they can go there and do whatever.

    Code behind my main menu form will manage display of some command buttons depending on permissions in Users table as well as customize the ribbon.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 17
    Last Post: 07-21-2017, 01:24 AM
  2. Permitted users only, restrict database
    By Heathey94 in forum Security
    Replies: 21
    Last Post: 12-08-2016, 01:01 PM
  3. Exporting Attachments from a UserForm to Access Table
    By Baz16 in forum Import/Export Data
    Replies: 8
    Last Post: 06-30-2015, 05:03 AM
  4. Populate Word Userform with data from Access
    By edi dhar in forum Programming
    Replies: 5
    Last Post: 08-04-2014, 11:02 AM
  5. Replies: 5
    Last Post: 06-26-2013, 11:40 AM

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