How to run accde database into accdr (Microsoft Access Runtime Application)

Hamatto

Member
Local time
Today, 22:17
Joined
Jun 17, 2024
Messages
40
Hello, Friends
Really, thanks for you all
I want to know How to run accde database into accdr (Microsoft Access Runtime Application)
is it only by change the extension manually from accde to accdr? or there is a program convert accde to accdr?
and why some people convert accde to accdr? is accdr more protected than accde?or what?
your help is always appreciated.
Thanks a lot
 
Accdr is an extension which allows you to run an accdb in run-time mode. You might do that, for example, to validate/test the file before distributing it for use with the Access Runtime. It does nothing to change the accde itself.

Accdes are physically converted from accdbs.

There's no point that I can see in trying to rename a file with the accde extension to an accdr extension.
 
The only benefit in renaming ACCDE to ACCDR is that it removes many interface items for users with full versions of Access.
However, anyone can easily change the file type back to ACCDE and get the full interface back again.

If you want to do this, then I suggest you add code which will immediately close the app if the file type isn't .ACCDR
 
Thanks a lot my friends for helping me to understand that
 

Users who are viewing this thread

Back
Top Bottom