Security help please

  • Thread starter Thread starter Jimoneski
  • Start date Start date
J

Jimoneski

like i said, Access amateur at best, but a fast learner

i have a db, i managed to successfully password, with differen
permissions however, when i opended other databases, it asked for
password with these too,, and i dont want that

how can i make the password work for that one database, and no
conflict with or corrupt other databases.

this db will also be on a network, will that be a problem?

running access97 too

cheer
 
There must be someone that can help me, i need to roll out this projec
asap. Its quite important, and any information would be very muc
appreciated.

Just to clarify, how can i protect a db with permissions, but only hav
those permissions on that one db, and make it so it doenst effect th
Access application as a whol
 
use Startup command-line options to open 1 database without prompting
password and other with prompting password.

For example, the following command line starts Microsoft Access, opens
the Northwind sample database for exclusive access.

"C:\Program Files\Microsoft Office\Office\MSAccess.exe" "C:\Program
Files\Microsoft Office\Office\Samples\Northwind.mdb" /excl


/user user name Starts Microsoft Access by using the specified user
name.

/pwd password Starts Microsoft Access by using the specified password

Cheers
Amit
 
Back
Top