Creating stand alone software from access database?

crododo

Registered User.
Local time
Yesterday, 21:33
Joined
May 2, 2013
Messages
27
Hi.
Can somebody tell me is there a way to make stand alone software from access database that user can use without office?
If not how can I protect my database so I can give it to somebody.
Thx
 
You can distribute your database as an MDE / ACCDE with the Access Runtime, or you can write your program in Visual Studio using Access as a back-end only, compile your program then distribute the EXE and the database.
 
do you know of any recomended instructions I can read?
 

Users who are viewing this thread

Back
Top Bottom