LadyMarmalade
Registered User.
- Local time
- Today, 00:37
- Joined
- Sep 23, 2014
- Messages
- 26
Hi everybody,
I want certain functions of my database to be password protected. It's not a very high risk situation which warrants high security, it's just been decided that people shouldn't be allowed to delete things without awareness of knock on consequences etc...
Seeing as I wish to password protect the VBA anyway, I was hoping if perhaps I could just use the same password for other password-protected actions i.e. have the VBA code check if an entered password matches the password of its own protection.
I would also logically need to be able to programattically alter the password, so if that's doable...
If this is not a sensible way of going about it, then I'd appreciate a link perhaps to some sensible advice (I'm sure there's a more standard way of password protecting things, this just feels like a convenient way to kill two birds with one stone.)
I want certain functions of my database to be password protected. It's not a very high risk situation which warrants high security, it's just been decided that people shouldn't be allowed to delete things without awareness of knock on consequences etc...
Seeing as I wish to password protect the VBA anyway, I was hoping if perhaps I could just use the same password for other password-protected actions i.e. have the VBA code check if an entered password matches the password of its own protection.
I would also logically need to be able to programattically alter the password, so if that's doable...
If this is not a sensible way of going about it, then I'd appreciate a link perhaps to some sensible advice (I'm sure there's a more standard way of password protecting things, this just feels like a convenient way to kill two birds with one stone.)