Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create an exe with access

Status
Not open for further replies.

marczs

Programmer
Jan 24, 2003
2
ES
I need to create an exe file ( or something similar ) from the database i've made. Is there any way ? Thanx
 
Hi

You cannot create an EXE, but you can create an MDE which has is a sort of pseudo compiled version. KEEP A COPY OF YOUR .mdb since you cannot amend forms, code etc in an MDE

You can also use the runtime version of Access which allows users who do not have Access installed on their PC to run your application Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
Hi!

You can not create an .exe file out of a database. The best you can do is an .mde file. In A2K or higher you would go to Tools/Database Utilities/Create MDE (I'm not sure about the last command but you will see the one you want). In A97 the command was in the File menu. The MDE file will have all of the code compiled and the user will not be able to go into design view (error trapping is extremely important if you want to use this type of file). An MDE is not a stand alone application though. The user will need Access or Access Runtime to use the application.

hth
Jeff Bridgham
bridgham@purdue.edu
 
I don't know for what purpose you want to create a EXE, but you can also create a .BAT...with a Autorun command...

Like :

N:\Applications\MyDatabase.mdb /cmd Autorun

--------------------------------
LongStar
"If everything seems to be going
well, you obviously don't know what
the hell is going on !" (Murphy)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top