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.