How to convert access form to an exe file?

  • Thread starter Thread starter Guest
  • Start date Start date
It can't be done. Access is not a compilable language. You must have either
an mdb or an mde file for the application. To run the application you will
need either the regular installation of Access or the Runtime version.

If you need an exe application, you shoud consider Visual Basic. Much (but
not all) of the code can be ported to VB.
 
To my knowledge, you cannot convert an Access form, table, database, etc...
to an .exe file.

Gina Whipp
 
Back
Top