Jump to content

protecting multiple databases


This topic is 7996 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a Mutli-database system, which are all secured with passwords. For the most part, the interface is seemless and the user works in one window, but the system asks for a password everytime another DB is opened.

Is there a way to have the user enter their password only once, yet protect all 6 DBs?

Link to comment
Share on other sites

Nested passwords! If your main file is password protected and is sending an open file command to the second file and it encounters the password requirement, by default, it first tries to get in the second database using the password that opened the main file. If the password is the same, you right on in without even seeing a password dialog box. If the password is different, of course, as usual, you would encounter the password dialog box. So if User # 1 uses "radio" to get in the main database, assign User # 1 "radio" in the second database. Hope this solves your problem.

Link to comment
Share on other sites

Even better is to set the default password in the document preferences so that each database opens by DEFAULT with a given password, usually at the lowest security level.

This will not invalidate the process that bobwhite described, but is an additional level of security.

Link to comment
Share on other sites

This topic is 7996 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.