Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9067637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T16:59:31+00:00 2026-06-16T16:59:31+00:00

I have a simple question. I am new to the development world, and have

  • 0

I have a simple question. I am new to the development world, and have created some fairly decent access databases. These databases are geared towards the small business owner. Currently I have a few small businesses whom are interested in the databases that I have created as a potential product to purchase. How and what is the best way to go about packaging an access database so that the user does not have to have a full copy of access, and also so that the product can be updated in the future. For instance version 1.1 might be the launch version, but 1.2 may contain the date and time on the splash screen of the database?

If more information is needed please let me know I will be glad to upload more information.

The Access database that I am using is Access 2013.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T16:59:32+00:00Added an answer on June 16, 2026 at 4:59 pm

    Here is a simple setup that has worked for me:

    • Convert to .accde.
    • Give users Access Runtime.
    • Split Database.
    • Place updated frontend into Dropbox account shared with client.
    • Instruct client how to find backend when prompted using the following code on your startup screen load event.


    Private Sub Form_Load()
    On Error GoTo frm_error
    Dim RS As Recordset
    Dim cn As Database
    Set cn = CurrentDb
    Set RS = cn.OpenRecordset("tblX") 'Insert name of any table in backend
    RS.Close
    Exit Sub
    frm_error:
    If MsgBox("Database cannot be found. Advanced Users press OK to link the tables. Otherwise, notify an admin and press cancel to close the xProgram.", vbOKCancel) = vbOK Then
    RunCommand acCmdLinkedTableManager
    Else
    DoCmd.Quit
    End If
    End Sub

    I will note that I have since stopped using access as a backend and switched to SQL Server hosted by Amazon RDS. This does wonders for security, backup, front-end upgrades, and off-site maintenance (though I will stress that you will never get a fully secure system using access as a frontend).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to Repository concept and get some questions. I have created simple
I'm new to Xcode development and have a (hopefully simple) question: I want to
I have what is probably a very simple question, but I'm fairly new to
Simple question. I have a new list and an old list. In Java is
Hey guys I have what should be a simple question, but I am new
I'm rather new to WPF, so maybe this is a simple question. I have
New to Python, have a simple, situational question: Trying to use BeautifulSoup to parse
Being fairly new to iPhone / Objective-C development, I wanted to ask this question
I am a new guy in a web development. I have some experience with
fairly new to Objective-C and iOS development (coming from PHP) and I have a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.