how can i protect my database from DELETION

M

mezzanine1974

Is there anyway to protect a Access Database File from "deletion". I
mean, wherever we save the *.MDB file, no one will be able to delete
it. Because, Access will ask PASSWORD to confims deletion.

Regards.
 
S

Stefan Hoffmann

hi,
Is there anyway to protect a Access Database File from "deletion".
As you need full access to it, no.
I mean, wherever we save the *.MDB file, no one will be able to delete
it.
Use the shadow copy mechanism to backup your .mdb in short intervals.


mfG
--> stefan <--
 
A

AccessVandal via AccessMonster.com

Hi,

Try looking into Sharing and Security of a Folder.
If the user is the administrator he/she can still delete the file.
 
M

mezzanine1974

Hi,

Try looking into Sharing and Security of a Folder.
If the user is the administrator he/she can still delete the file.

Administrator of my company has supplied a secure folder for me, which
is not accessable by others. I think, it was the only solution. Thanks
for sharing your ideas..
 
Top