access exe
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
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.