ACCESS Project -> EXE

P

Peter Neumaier

Hi!

I want to create an executable from an "ACCESS Project".

Whicht software do I need, is it possible to create access-executables
with Visual Studio .NET?

Thx!

Peter
 
D

Douglas J. Steele

There's no way to convert an Access application into an executable.

You can use VS.Net (or VS, for that matter), but you'd have to rewrite your
entire application.

Another option is to get the runtime version of Access that you can package
together with your application. In that way, users who don't have Access can
install the runtime version and use your application. See what Tony Toews
has at http://www.granite.ab.ca/access/developereditionfaq.htm for more
details about what you need for this option.
 
Top