Access File MDB to EXE

H

Hélder Fernandes

Hello, i have a mdb file and i like run this file like a executable file
(EXE). This is possible?

Thanks
HF
 
S

StCyrM

You cannot convert an MDB to an executable, however you can purchase the
Runtime and distribute the application
 
P

Paul Overway

No....you need to distribute the Access runtime with your application.
You'll need Office Developer Edition or Access Developer Extensions
 
H

Hélder Fernandes

Thanks


Paul Overway said:
No....you need to distribute the Access runtime with your application.
You'll need Office Developer Edition or Access Developer Extensions
 
D

Douglas J. Steele

Actually, the Developer edition of Office doesn't convert MDBs to EXEs:
there's no way of doing that.

What Developer does is allow you to package your MDB along with a
royalty-free run-time version of Access which users who do not already have
Access can install so that they can use the application. It does not change
the MDB in any way, shape or form.
 
Top