how to make a program runtime

B

boromick

can anyone tell me how to make a microsoft access developed progra
runtime - so it will run on a pc without access installed.

thank
 
D

Douglas J. Steele

For Access 97 through 2002, you needed to purchase the appropriate version
of Office Developer. That gave you a royalty-free run-time version of Access
that you distributed along with your application.

For Access 2003, you need Visual Studio Tools for Office 2003 (which
includes the Access 2003 Developer Extensions). The ADE is the product that
gives you the license to deploy the 2003 runtime components and you have to
have Access 2003 installed in order to install the ADE.
 
Top