Form to EXE

A

Alia Alawi

Does anyone know how may i change a form i created in
Access XP to an executable file.

Thank you
 
D

Douglas J. Steele

You can't (or at least, you can't using Access).

Access contains the entire application in a single file (the .MDB file). You
can't separate just a single form from that.

As well, there's no way to create an executable out of an Access
application. You can purchase Office XP Developer, which will give you a
royalty-free run-time version of Access that you can package along with your
application. Users who don't have Access already installed can install the
run-time version and use your Access application.

Other than that, your only option is to redo the form in some other language
that can be converted to an executable (such as VB or VC++)
 
C

chriske911

or create a separate front containing just the one form, disable all
features not desired and set the startup to this form

or create a data access page and link it to the database
this is a html page wich every windows version can open without the need for
access

bon chance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top