Prevent user access to source code in runtime

  • Thread starter Thread starter Gerry
  • Start date Start date
G

Gerry

When I compile using access runtime it creates the .accdr extension. If the
user changes this exension to .accdb then they have access to the source code
provided they have access installed on their computer.
How can I prevent this?

Thanks
 
Convert your application into an accde.

That removes the source code from the database.
 
When I compile using access runtime it creates the .accdr extension. If the
user changes this exension to .accdb then they have access to the source code
provided they have access installed on their computer.
How can I prevent this?

Thanks

Make an .accde instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top