Results 1 to 7 of 7
  1. #1
    bbv586 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Sep 2014
    Posts
    9

    Split DB, running FE when not on the network

    Just created a database for our company that I will be splitting, BE will be stored on our network drive, FE will be installed on each user's (five total) local computer. If I'm running the FE on my laptop while on the road at a customer's office without internet access and adding new information, will that information be added to the BE whenever I'm back connected to the internet, or how does that work? Will that create issues, and should I avoid adding info to the FE if I'm not connected to the internet on my laptop? Should I only add data in the FE when I'm at our office connected to our network?

    Also, is it an issue if I'm running Access 2007, and some others are running Access 2010 or 2013?

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Typically, when you split a database, all your data tables are stored on the back-end, and all queries, forms, and reports are stored on the front-end.
    So, if you are not connected to your network, you are not connected to the data tables, and the database probably won't do anything other than throw a bunch of errors at you.
    So I don't think it is even possible to add any data in that scenario. Your database will be pretty much unusable when you are unable to connect to the back-end.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    As Joe said, need to be connected to the backend. Otherwise you have an issue of data synchronization. Not something easy to implement. I had to do something close to data synchronization.

    Project field offices are given an empty copy of all-in-one db. They enter records. Send file to main office at end of construction season. Records are imported into the master file. Since this is all new data and only 5 tables, not too difficult.
    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.

  4. #4
    bbv586 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Sep 2014
    Posts
    9
    We have two offices in different cities. If I put a NAS box at the main office and put the BE database on that NAS harddrive and have it on the main office's network, could the other office run the FE that would work with the BE at the main office?

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    This would just be another drive managed by the network server? Better ask network administrator. Have to be able to set table links in the frontend using either drive letter path or UNC path.
    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.

  6. #6
    bbv586 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Sep 2014
    Posts
    9
    I've been looking around and I believe this is what I need. I'd rather not buy the harddrive and find out I can't do it though. Does anyone know if this will work? Can outlook set table links to a http web address or an ftp site?

    Would it be easier to use a hosting site like GoDaddy?

    My biggest issue is I'm using Multiple Value Fields, so I can't use SQL as the back end.

    Quote Originally Posted by June7 View Post
    This would just be another drive managed by the network server? Better ask network administrator. Have to be able to set table links in the frontend using either drive letter path or UNC path.

  7. #7
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    We have two offices in different cities. If I put a NAS box at the main office and put the BE database on that NAS harddrive and have it on the main office's network, could the other office run the FE that would work with the BE at the main office?
    I doubt this will work for very long. Probably corrupt the BE.
    See http://kallal.ca/Wan/Wans.html



    My biggest issue is I'm using Multiple Value Fields, so I can't use SQL as the back end.
    I don't recommend the use of Multi Value Fields.

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

Similar Threads

  1. Running Queries on Split Databases
    By mjaustin18 in forum Queries
    Replies: 3
    Last Post: 09-24-2014, 04:57 AM
  2. (Hub Network)
    By azhar2006 in forum Access
    Replies: 3
    Last Post: 03-28-2014, 03:26 PM
  3. Running queries, VIA VB, but not running in Order
    By mike02 in forum Programming
    Replies: 6
    Last Post: 06-01-2013, 07:07 AM
  4. Slow split database on network
    By riteoh in forum Access
    Replies: 9
    Last Post: 11-09-2012, 02:28 PM
  5. Network DB
    By MBA80 in forum Database Design
    Replies: 1
    Last Post: 06-01-2012, 02:18 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