Link to home
Start Free TrialLog in
Avatar of Delores_C
Delores_CFlag for United States of America

asked on

How can I distribute a Access database created iusing 2010 version to someone without the Access program?

I have create a database using Access 2010, and I need to distribute it to someone who does not have the Access program on their computer.
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

You need to give them the Access  2010 runtime:

http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=10910

Jim
Avatar of Delores_C

ASKER

I've downloaded the file, and install it.  However, I do not see any sign of it in Access.  How do I apply it in Access.  Shouldn't there be a option some place in the program?
The "Access Runtime" is a full install of Access, but has all the design feature disabled.

 If you already have a full install of Access, you don't need it.

 Your end user can download and install the runtime, and then they simply need a copy of your DB.  Double clicking on the DB will start it with the runtime.

 You can go a bit further and create an install package for it, which would be a distribution of the runtime along with your DB.

Jim.
ASKER CERTIFIED SOLUTION
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
BTW that article is for 2007, but 2010 (or any other version) in general is no different.  This is how the runtime and distribution for every version has worked.

The only difference is that for 2007/2010, Microsoft made runtime distribution free.

You should also knwo that if you decide to build a installer/deployment package, that most go with a 3rd party tool such as Sage/Wise or Inno.  The Package and Deployment Wizard that Microsoft offers with the runtime is lacking in many features and doesn't work well at all if multiple versions of Access may be running on the same machine.

Jim.
Very helpful.  Thanks alot!