Link to home
Create AccountLog in
Avatar of thegreals
thegreals

asked on

Best software to compile Access 2007 program to exe

Hi Gurus,

Need to make my Access 2007 database into a program.
What's the best compiler and the best installer program.'

Can you help.


Regards,

the greals
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

There is no method you can use to create a true .exe from an Access program. You can save your 2007 database in a compiled format (i.e. the accde format), which removes the ability of users to switch to Design mode and removes all human-readable text from your code base, but that's as close as you'll get. Note also that users will REQUIRE Access 2007 (Full or Runtime) on their machines in order to run your program.

There are several installers you can use. The 2007 Developers Extensions include a "packager", but many prefer to use a commercial installer. Search on "free installers" to see what's out there.

Dev Extensions and Runtime:
http://www.microsoft.com/downloads/details.aspx?FamilyID=d96a8358-ece4-4bee-a844-f81856dceb67&displaylang=en#AffinityDownloads
http://www.microsoft.com/downloads/details.aspx?familyid=D9AE78D9-9DC6-4B38-9FA6-2C745A175AED&displaylang=en
Avatar of thegreals
thegreals

ASKER

Hi LSM,

Am I able to compile it, where I don't need to use the runtime, but use the access database back end?

Regards,

the greals
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer