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.