Tezcatlipoca
Registered User.
- Local time
- Today, 08:15
- Joined
- Mar 13, 2003
- Messages
- 246
Ok, this is really just a general query more than anything, but I've been unable to find the answer either here on on the internet in general.
I have a secured database. BE is password protected and all objects are hidden. FE is MDE, all objects hidden, shift disabled, special keys disabled, and opens into a locked down user verification screen. Everything is modal and popup, so there's no access to Access behind.
One possible hole I've noticed, though, is if I take the BE away from the folder where the FE expects to find it, loading the FE gives me a warning, then crashes back into Access, even for the MDE. Obviously, being MDE, there are severe restrictions on what the user can do, but I don't like the fact it's gone back to Access at all.
I have a number of modules running in my database (disable shift key, disable mouse wheel, and so on), so would like to know if there's any code that scans for the BE before anything else takes place, then allows me to dictate behaviour if it is not found.
Anyone?
I have a secured database. BE is password protected and all objects are hidden. FE is MDE, all objects hidden, shift disabled, special keys disabled, and opens into a locked down user verification screen. Everything is modal and popup, so there's no access to Access behind.
One possible hole I've noticed, though, is if I take the BE away from the folder where the FE expects to find it, loading the FE gives me a warning, then crashes back into Access, even for the MDE. Obviously, being MDE, there are severe restrictions on what the user can do, but I don't like the fact it's gone back to Access at all.
I have a number of modules running in my database (disable shift key, disable mouse wheel, and so on), so would like to know if there's any code that scans for the BE before anything else takes place, then allows me to dictate behaviour if it is not found.
Anyone?
Last edited by a moderator: