Results 1 to 3 of 3
  1. #1
    mike_980 is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jan 2012
    Posts
    58

    best way to run the database file, google drive?

    I have just finished a database for use on my farm for tracking different things. We have around 5 computers which could potentially need to access the database but they are not all on the same network as such but they all have internet access.

    At present I havn't split into a front and backend it is all in one huge 30mb file on my hard drive, so I was thinking to maybe split the backend and store on google drive then distibute the front ends out, with a copy of access runtime? (only my laptop has access installed)



    I just did a quick test using the in built split database tool in access 2013 and it seemed to go well, until I tried opening the front end on another PC with runtime and it seemed to think the file path didn't exist?

    Am I on the right lines here or is there no real need to split into a front and backend as it won't need to be open on more than one PC at a time, I have been toying with backup sections of code though and it seems that for that, it really needs a split database.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    If you don't split it then can't be installed on each PC, not if you want the data common to all. Everyone would have to open and run the same file from the same location. I have one db that is managed this way and no problems so far but it is really not advisable.

    The linking to backend defaults to drive letter pathing. Unless everyone has the exact same letter drive/path mapped on each computer, the frontend won't find the backend. Use of UNC pathing eliminates that issue. I use a VBA procedure to change table links from drive letter to UNC.

    Not sure a front end can link directly to backend on a web share. That may be what SharePoint is for along with a web database.
    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. #3
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    You need some other quick tests to identify the actual issue.

    Forget splitting your real database - do your field testing with a trivial stub database. Create one junk table (BE) and one junk form and junk query (FE). See if you can get the other computers to connect to the BE.

    If you can make it work, THEN you can split BE/FE.

    If you can't make it work, you've saved hours of mucking with your complex application, and of being confused by things that aren't relevant.

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

Similar Threads

  1. Replies: 7
    Last Post: 11-28-2012, 03:13 PM
  2. Replies: 10
    Last Post: 03-04-2012, 12:17 AM
  3. Replies: 3
    Last Post: 12-17-2011, 04:36 PM
  4. View .txt file on hard drive
    By nfaunt in forum Programming
    Replies: 0
    Last Post: 04-04-2011, 09:49 AM
  5. Output tables to an excel file on a network drive
    By GraemeG in forum Import/Export Data
    Replies: 1
    Last Post: 04-01-2011, 03:06 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