Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Access Distribution - show form only

Hi

I have a simple app that I have debeloped in Access. It has one form.
What is the easiest way to distribute this to clients who don't have Access
so the see the form only. Is this possible?
Avatar of MINDSUPERB
MINDSUPERB
Flag of Kuwait image

If you are using Access 2007 or 2010, you can use the free Access Runtime that you can include in your application package. See the download link below:

http://www.microsoft.com/downloads/en/details.aspx?familyid=d9ae78d9-9dc6-4b38-9fa6-2c745a175aed&displaylang=en

Sincerely,
Ed
To distribute an Access program to people that don't have Access, you need the "Access Runtime". It is essentially a kit that packages your application into a single file. On the end-user's computer it installs all the bits it needs to run access, without giving the user a chance to interact with Access outside of the scope of your application.

Personally, I think an app with a single form is an overkill to create an Access runtime app. It probably be easier to develop a web form and collect your data that way.
If you don't have the developer extension installed go to this link:

http://www.microsoft.com/downloads/en/details.aspx?FamilyId=D96A8358-ECE4-4BEE-A844-F81856DCEB67&displaylang=en

You need this information as your guide.
http://msdn.microsoft.com/en-us/library/bb501030.aspx

Sincerely,
Ed
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (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
Avatar of Murray Brown

ASKER

Thanks LSM. Great answer