Executable application

mithani

Registered User.
Local time
Tomorrow, 09:51
Joined
May 11, 2007
Messages
291
Hi,

Is there any way in Access to create EXE of my application?

Thanks

mithani
 
As Pat Hartman will tell you, there is no way, EVER, to make an access database an executable file. You can create a RUNTIME version of your database, if you have the developer's edition, which will allow you to use an Access database without having a full version of Access.

It is possible to use an mdb file for the storage facility for a Visual Basic, Visual C++, etc. program, but you would need to have that programming tool available and then the mdb file is good ONLY for the tables and queries, and you cannot use forms, reports, etc.

Again, I say (with strong emphasis, so all can hear) - You can NEVER make an Access database an executable!
 
:( thanks bob
 

Users who are viewing this thread

Back
Top Bottom