PDA

View Full Version : About msaccess.


Feb 16, 2006, 06:17 AM
How to convert .mdb into .exe file??

ScottGem
Feb 16, 2006, 07:00 AM
You can't. An MDB file is a container that includes data as well as code so it can't be compiled into an executable.

If you want to distribute an application to people who don't have Access, you need to purchase the Developer's (Visual Studio for Office 2003) Edition of Office which include a run-time version of Access and tools to package it with your MDB.