Results 1 to 4 of 4
  1. #1
    simba is offline Advanced Beginner
    Windows 7 Access 2003
    Join Date
    Mar 2010
    Posts
    34

    how to give partial access to the database?


    I have an access 2003 database with front end and back end. The backend is in a server and a copy of the front end, in 20 users' pcs.

    The database has information, about the resources available and I am planning to give write access to 2 persons for making new entry / edit.

    There is also a caller tracking information, to track who called and what kind of information they were seeking. But all the 20 users, should be given access, to enter the callers' data like, name,address and so on.

    Is this something possible?

  2. #2
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    Yes but you'll need to code this into the forms in the frontend.

  3. #3
    simba is offline Advanced Beginner
    Windows 7 Access 2003
    Join Date
    Mar 2010
    Posts
    34

    Thumbs up

    Quote Originally Posted by pkstormy View Post
    Yes but you'll need to code this into the forms in the frontend.

    Thank you stormy. I figured that out. You can say "Allow Additions: yes/No" and "Allow deletion: yes /No".

    But for this one, we have to do this individually, in each one's PC. Correct me if I am wrong.

  4. #4
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    You may want to look at the code (in the code repository) or elsewhere which grabs the user's loginID automatically and then you could utilize this in your code.

    I often setup a 'user' type table which holds loginID's and security levels. When a form is opened, I'll check to see if what security level that loginID has and then either make the form editable or not.

    Here's an example from the code repository if you're interested:
    https://www.accessforums.net/code-re...mple-7538.html

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

Similar Threads

  1. Replies: 5
    Last Post: 04-05-2011, 08:41 AM
  2. Partial Limit
    By bglaugh in forum Programming
    Replies: 1
    Last Post: 09-15-2010, 06:49 AM
  3. Sum results give me negative values !
    By Costa in forum Reports
    Replies: 4
    Last Post: 03-03-2010, 12:58 AM
  4. (simple) Expressions give error message
    By P.Hofman in forum Forms
    Replies: 3
    Last Post: 01-21-2010, 01:57 AM
  5. Replies: 1
    Last Post: 10-05-2009, 06:52 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