Results 1 to 4 of 4
  1. #1
    AccessThomas is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    May 2015
    Posts
    26

    Access Syncing on table


    I am really new to Access, so I have what may or may not be a simple question.

    We are having an annual meeting and we want to use 6 laptops to sign people in by looking them up and putting a checkmark that they showed up. I have the form built and it appears to be working fine, but my question is about syncing. If we have 6 laptops all looking at the same table at the same time, is it possible for this to be real time? So if user 4 checks off Tom Jones, then user 6 sees that Tom Jones is checked.

    Thanks for any help.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    1. Only use 1 laptop and project on the screen
    2. Put a timer on the form that refreshes every 10 secs.
    3. Only have 1 person do the checkin, so the table doesn't lock.

  3. #3
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    It sounds as though you want to Split your Database. This is where Front End files are distributed to the Users and a single Backend file resides on a server where it is shared.

    There is a wizard that can help. Under the Database Tools tab, select Access Database to launch the wizard.

    Afterwards, you can copy the FE file and distribute to users. The trick is to get the links to tables to use the Universal Naming Convention (UNC). When navigating to where the BE file resides, go through the server via "Entire Network".

    \\ServerName\FolderName\Filename.Extension

  4. #4
    AccessThomas is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    May 2015
    Posts
    26
    Yeah, I'm thinking I will have to do a split. Thanks.

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

Similar Threads

  1. Replies: 13
    Last Post: 05-15-2013, 09:52 AM
  2. Syncing up subform
    By nkenney in forum Forms
    Replies: 1
    Last Post: 02-01-2010, 05:58 PM
  3. Replies: 3
    Last Post: 01-05-2010, 10:07 PM
  4. Replies: 2
    Last Post: 10-27-2009, 07:09 AM
  5. Syncing Quickbooks and Access
    By nomij in forum Import/Export Data
    Replies: 0
    Last Post: 08-22-2008, 07:01 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