Externally using forms.

JVermast

Registered User.
Local time
Today, 04:56
Joined
Jun 15, 2005
Messages
70
I have been trying to figure out a way to export my forms as a webpage or an exe that can be used without having Access installed. A database I am workingon currently needs to be utilized by hundreds of people and I wish for them all to not have to have access.

I have tried exporting a form as a webpage and creating a new data access page but nothing is quite the same.

Help?
 
You cannot "compile" Access forms into a standalone EXE. Your options would be to
1) WEB enable your application using Data Access pages or ASP;
2) Obtain the runtime version of Access by purchasing the Developer's Edition (Visual Studio for Office 2003) and package that with your Access file;
3) Port the application to Visual Basic and compile into an EXE.
 

Users who are viewing this thread

Back
Top Bottom