Results 1 to 4 of 4
  1. #1
    RAJESHKUMAR R is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2017
    Posts
    48

    MS Access – Multiuser Updating Data at a Time!


    Dear Friends,

    This is my first Thread in MS Access Forum. I feel happy to be part of this moving forward!

    I have a Database which contains four different Tables in it!

    Basically 3 different tables are belonging to 3 Different buyer data. I would want all four different buyer (A, B & C ) to access (Edit, Update Etc.,) their respective table simultaneously.

    Could you please support me with an Input on how to make this happen?

    Thanks & Regards,
    Rajeshkumar R

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    normally, 1 table holds ALL client data.
    for you, it may be better to have 1 database hold 1 client data. That way no other client can see another's data.

    Is each client going to use it at their office?
    or on your network?

  3. #3
    RAJESHKUMAR R is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2017
    Posts
    48
    Hi ranman256,

    Thanks for your response!

    Each Client is going to access respective table from my Network drive! I don't want to create multiple database to individual client!

    Instead, is there any way I can setup login systems, where Buyer A logins with his Username and Password, he will have access to Buyer A Table like wise each buyer can access their table simultaneously!

    Thanks & Regards,
    Rajeshkumar R

  4. #4
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    The table structure is going to cause you issues down the road, you will always be trying to get the reports right. Have ONE table with all the buyers, then ONE table with all the buyer information, link them on BuyerID. Access is designed for multi-user entry and will keep track of who is updating what at any one time.

    Then have a table for Users. This will contain their operating system login ID and BuyerID. When the buyer opens the database, the main form will be bound to the users table and you will filter on their login ID. This data comes from
    UserID=Environ("username")

    Then all your forms/queries/reports will reference the BuyerID which is now displayed on the main form (Forms!MainForm!BuyerID).

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

Similar Threads

  1. Replies: 2
    Last Post: 06-14-2015, 12:10 PM
  2. Replies: 3
    Last Post: 10-31-2013, 09:05 AM
  3. Multiuser Access Solutions?
    By GaryE in forum Access
    Replies: 4
    Last Post: 04-16-2013, 06:15 AM
  4. Replies: 2
    Last Post: 02-08-2012, 04:08 PM
  5. multiuser for access database
    By cupidleomanoj in forum Access
    Replies: 4
    Last Post: 09-28-2010, 10:49 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