hi , i want to secure my Db.
I would like to set 3 groups with differents password.
And each of these password would result in having differents button
visible.
My idea is to do something like this,.
If password = this then
load form and button0.enable (OR VISIBLE)
Else
password = scd password then
load form and button1.enable (OR VISIBLE)
Else
load form and button0.enable and button1.enable (OR VISIBLE)
end if
is it ok, or do u suggest other thing, any idea etc...
thx
Ed Robichaud - 08 Feb 2005 17:25 GMT
That will work, (as does the better security levels/groups that the Access
Security wizard will build) but keep in mind that anyone can bypass your
opening form/code by holding down the Shift key when opening the mdb. If
different users typically remain at their own workstations, one of the
simpler approaches is just to have different front-ends.
-Ed
> hi , i want to secure my Db.
>
[quoted text clipped - 15 lines]
> is it ok, or do u suggest other thing, any idea etc...
> thx
NomoreSpam4Me@hotmail.com - 08 Feb 2005 18:33 GMT
i kinda like having different front ends.
i'll check that.
i know that the shift key will open it but i'm not even sure if users
know about that or if people will find out. I might just diseable the
shift key if I can.