Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Rawb is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2009
    Location
    Somewhere
    Posts
    875
    If multiple users are going to enter data into the same Table at the same time, you can run into Record Locking issues.



    If you do happen to run into that, you may want to have users enter their data into a temporary Table (in the frontend). Then, when they are done, they can transfer everything to the main Table using an INSERT query or VBA.

    If you are serving 150 users that will all be using the database at the same time, you might also want to look into using SQL Server (or another server-based RDBMS) to store your data. You can still use Access for the frontend.

  2. #17
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I have split muliti-user db and never had issue with multiple users accessing the same table same time - the same record yes.
    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.

  3. #18
    Mohnishkumbhar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2015
    Posts
    9
    Thanks June7.. how to create separate copy for each user. If create copy of frontend database will it work. I mean only by creating copy of frontend database.

  4. #19
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Don't really understand the question.

    Create backend with tables. Create frontend that has links to backend tables. Build queries, forms, reports, code in frontend. Put a copy of frontend on each user computer.
    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.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 03-18-2015, 07:34 PM
  2. Replies: 6
    Last Post: 03-02-2015, 07:40 PM
  3. Creating an Access Database to enter data
    By Doofus1 in forum Access
    Replies: 1
    Last Post: 08-17-2014, 06:33 PM
  4. Creating Block Diagrams from Access Database
    By SasQuach in forum Programming
    Replies: 0
    Last Post: 01-18-2012, 01:36 PM
  5. Replies: 0
    Last Post: 10-22-2007, 02:15 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