Convert an Access File .mdb self executing .exe

T

TKEI

Is that any command or any function in Access for converting an Access File
(.mdb) to a Self Executing File (.exe)
 
M

missinglinq via AccessMonster.com

No. The closet thing Access has is the ability to make the .MDB file an .MDE
file. This file prevents the user from making changes to the design (like an .
EXE file) but still requires a copy of Access on the target PC in order to
run. There is a way to allow a PC without Access to run an Access db, but
this involves software that is not part of the standard Access installation.
 
Top