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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I think I can make an executable program so that antone can use my form. I
that possible? How?
 
hi,
I would think that you need to write the form and code in
VB 6.0. Access is already executable.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top