Convert Access application from design to runtime mode

orelv4

Registered User.
Local time
Today, 05:19
Joined
Apr 15, 2010
Messages
32
hi :)
I have build a access program and I want to convert it to a real application with no access to the database and the design
thanks :)
 
Not going to happen. You can write a program to use the database as a backend using VB.NET, C#.NET, Java, and other programming languages. But you can't convert an Access database to be a standalone application. You can use the Free Access Runtime (which is a severely restricted version of Access) for those users who don't have Access installed - they will have to install the Access Runtime to use your database.
 
how do I use it?
 

Users who are viewing this thread

Back
Top Bottom