I need to make an executable program out of my access 2003 form, .

1

12ofuskids

I think I can make an executable program so that antone can use my form. I
that possible? How?
 
G

Guest

hi,
I would think that you need to write the form and code in
VB 6.0. Access is already executable.
 
D

Dirk Goldgar

12ofuskids said:
I think I can make an executable program so that antone can use my
form. I that possible? How?

An Access application can't be converted to a stand-alone, executable
program. It always requires a version of Access installed on the user's
system in order to run. If you have the Developer's Edition, you can
build an installation package for your application that includes the
Access run-time module -- basically, Access without the built-in
user-interface elements. That, combined with converting your MDB file
to an MDE, is the closest you can come to distributing your application
as an executable; and it's not very close.
 
Top