murtada11
Jan 27, 2007, 12:36 AM
Hi
I have access file I want to convert to exe file how
My file in MS Access 2003
I mean iwant to run without Access programs
ScottGem
Jan 27, 2007, 07:42 AM
You can't. There is no compiler for Access files. So there is no way to make Access into a standalone EXE file.
What you CAN do, is purchase the Developer's (Visual Studio for 2003 or later) Edition of Office which includes a royalty free runtime version of Access and a packaging wizard so you can distribute your applications.
If you want true EXEs, you will need to convert your application to VB or another programming language. You can still use Access as the database engine though.