Results 1 to 6 of 6
  1. #1
    Erigeo86 is offline Novice
    Windows 11 Office 365
    Join Date
    Sep 2022
    Posts
    1

    How to make access database accessible online

    Hello,



    I have an access database that i have created with a local front end and a backend stored on local network drive in our office.

    I would really like some guidance on the best way to make the database available online, I have tried storing the backend on google drive, but have run into the problem of records being corrupted from time to time.

    I can do my own digging, but i'm a bit lost on where to start looking.

    Cheers.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    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
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,914
    Ignore Access Web applications. They are no longer available for some reason.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  4. #4
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    Perhaps use vpn, only on my phone so Google/bing to find out more

  5. #5
    Join Date
    Apr 2017
    Posts
    1,679
    In your LAN, have a data server where you store your BE in folder with R/W rights for user group designed for users of your DB;
    In same LAN, have a Terminal Server, where every user of your DB has his/her own profile, the copy of your FE (and a shortcut to it) stored, the data server folder with BE mapped, and Access available;
    Every user must have a secure VPN connection from his/her home computer/company laptop to your LAN.

    User connects to your LAN through VPN, logs into his/her profile, and starts his/her FE from there. All data exchange happens between data server and TS, between user comp/laptop and TS the only keystrokes and display images info is exchanged.

  6. #6
    keviny04 is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Apr 2015
    Posts
    128
    Access only "sees" local networks. To make it see remote sites, you need to have every remote site install a "VPN router" (can be had for $100-200 each) and configure each one to "identify" itself as an "Internet domain" (requires a $5 monthly fee per domain paid to DynDNS). This was the route I took in my old job. The advantage of this is that you get full Windows networking capabilities (printing, file sharing, etc.) for all the connected PCs in all the remote sites, in addition to Access remote usage.

    If that's too much hassle, there is an online service called Access Database Cloud that makes the process quite easy but requires a hefty monthly fee. An Access MVP loved the service despite the cost and posted a video review here.

    The third method is to migrate your data from Access to an environment that is actually made for Internet connectivity, such as SQL Server, which has a free version if your database is less than 4 gigabytes. You can still use Access to access such data, but you likely have to spend extra effort to configure Access to retrieve/send data from or to the Internet efficiently. As mentioned, Access is made for local connectivity, and not really optimized for Internet. You have to make sure your Access forms, reports, code, etc. don't grab too much data and cause tremendous slowdown.

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

Similar Threads

  1. MS access database is not accessible
    By Rambutharaju in forum Access
    Replies: 0
    Last Post: 08-24-2021, 07:42 PM
  2. Replies: 3
    Last Post: 02-11-2016, 02:56 PM
  3. Make MS Access Form Online and viewing in browser
    By pritesharyan in forum Access
    Replies: 4
    Last Post: 03-22-2015, 11:30 AM
  4. How to make Access more accessible for non-users
    By devonlatour in forum Access
    Replies: 4
    Last Post: 01-05-2015, 11:23 AM
  5. Replies: 0
    Last Post: 05-11-2012, 08:11 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