is it posible to produce exe from access

K

Ken Snell [MVP]

No, You can make a "runtime" file that can be installed on a user's PC with
the ACCESS runtime, but that is as close as you can come to an ".exe" file.
 
G

GS

thx. I did split the tables into back end mdb from forms.... and create mde
runtime file for user
 
A

Arvin Meyer MVP

You still need to include the Access runtime executable and related files.
An MDE is merely a compiled version of your database code.
 
Top