Results 1 to 5 of 5
  1. #1
    chriswrcg is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2018
    Location
    Philippines
    Posts
    142

    can two people enter data into the same database at the same time?

    I know the answer to this is probably no but I had to ask anyway. Is there any way for two people to work on the same database at the same time entering in data and then combine the two into one whole database again?




    Here is the scenario,
    We have multiple days of data to enter into the data base. Lets say Friday through Monday. In order to speed up the process and not put it all on one guy, can two people open up instances of the database on two computers and put in the data and then merge the two back into one database again?


    I understand that what will happen is that there will be the same record number for two different lines of data since both are working independently. I was just hoping there is a merge setting that will automatically reset those records numbers accordingly.

  2. #2
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    Yes it can be done - but not the way you describe it

    In a multi-user environment, all databases should be split with all tables in a shared backend database on the server (or a shared network drive)
    The front end database contains everything else - forms, reports, queries, modules, macros
    Each user must have their own copy of the front end on their own hard drive

    The purpose of doing all that is so that several users can safely use your application at the same time
    Each will be able to enter or edit records as the data is stored in the shared backend database

    HOWEVER, whilst one user is editing a specific record that record will be LOCKED so the other user will not be able to edit the same record until the lock is removed - when user 1 leaves that record

    Hope that all makes sense to you
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  3. #3
    chriswrcg is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2018
    Location
    Philippines
    Posts
    142
    The front end database is located on server as well as on individual computers. What settings would I have to change to make it a multi user environment?

  4. #4
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    Do you have a shared backend as described?
    Are all tables in the backend? If not, any tables in the front end will not be visible to other users

    What is the purpose of the copy of the front end on the server?
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  5. #5
    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,722

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

Similar Threads

  1. Replies: 1
    Last Post: 09-01-2017, 10:28 AM
  2. Replies: 10
    Last Post: 11-16-2016, 07:59 AM
  3. Creating an Access Database to enter data
    By Doofus1 in forum Access
    Replies: 1
    Last Post: 08-17-2014, 06:33 PM
  4. Replies: 5
    Last Post: 08-20-2013, 09:37 AM
  5. Replies: 1
    Last Post: 01-08-2011, 06:34 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