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.
Stefan Hoffmann - 28 Mar 2007 09:16 GMT
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 <--
AccessVandal - 28 Mar 2007 10:25 GMT
Hi,
Try looking into Sharing and Security of a Folder.
If the user is the administrator he/she can still delete the file.
>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.
mezzanine1974 - 28 Mar 2007 12:47 GMT
On Mar 28, 1:25 pm, "AccessVandal via AccessMonster.com" <u18947@uwe>
wrote:
> Hi,
>
[quoted text clipped - 9 lines]
> --
> Message posted via AccessMonster.comhttp://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200703/1
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..