Results 1 to 6 of 6
  1. #1
    chavez_sea is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Feb 2011
    Posts
    105

    security question

    Hi members,


    I have a situation for which I would like some advice.

    I have a database, with data for 6 different regions. One employee is responsible to update several tables with data for his/her region and run reports. I need to set up security measures. All employees enter data through a front end to the tables on a main computer. Not sure how to proceed.

    I would be grateful for your assistance.

    Thanks
    Cristina

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,444
    left it a bit late to add this type of security and 'One employee is responsible to update several tables with data for his/her region' sounds like your data is not normalised so is likely to make the whole thing more complicated. Not enough info to provide anything more than an outline of what is required

    1. you will need a login procedure to identify users - or use the environ("UserName") function to return their windows login
    2. you will need a table or tables to provide rights for each user - basically what they can see, what they can do
    3. you need to apply this to the tables as part of the process code (if not normalised) or to the records as a query (if normalised)

  3. #3
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,811
    I need to set up security measures. All employees enter data through a front end
    The same front end db file? Not recommended.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,728
    Christina,

    See youtube videos by Steve Bishop (for a good start)

    Classic Login screen
    Securing Your Front End

    As others have said, best to design this requirement from the outset of the project. Multi-user requires front end /backend split database with a copy of front end on each user's PC.

    Good luck with your project.
    Last edited by orange; 09-12-2018 at 02:13 PM. Reason: spelling

  5. #5
    chavez_sea is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Feb 2011
    Posts
    105
    Hi,
    Thank you so much for directing me to Steve Bishop's videos. They are helpful and easy to understand. It was just what I needed. Reply

    Regards,
    Cristina

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,728

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

Similar Threads

  1. VBA Security Question
    By Gregm66 in forum Access
    Replies: 8
    Last Post: 10-04-2016, 03:45 PM
  2. Database Security Question
    By princess12 in forum Access
    Replies: 12
    Last Post: 04-04-2015, 06:57 AM
  3. Access Security Question
    By Squint in forum Access
    Replies: 3
    Last Post: 01-23-2014, 10:41 AM
  4. Basic security question
    By Tari in forum Security
    Replies: 1
    Last Post: 03-20-2011, 05:02 PM
  5. Security question
    By maxx3 in forum Security
    Replies: 2
    Last Post: 01-14-2010, 05:27 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