Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need Assistance developing code to secure a database over a network. 1

Status
Not open for further replies.

StillLearning

Programmer
Jan 12, 2000
11
US
Let me set up the scenerio:<br>
I have two databases which are linked together. Database #1 contains tables and forms which are to be accessed by Administrative personnel. Database #2 contains linked tables from Database #1. What are my options for creating security on both databases without requiring users to become part of a workgroup file or setting a database password for each database. <br>
<br>
Currently, database #1 has a database password. However, when I try to access database #2, I get an error message that says it is looking for Database #1. In addition, my Supervisor, doesn't want to add users to workgroups. She suggest using VBA code to handle this security issue. What should I do?<br>
<br>
By the way, I am using Access 97.<br>
<br>
StillLearning
 
Perhaps if you learned the reason for her opposition to workgroups, there's some misunderstanding we could clear up. She may have only been exposed to very complex (or poorly implemented) security schemes, but simple ones are possible. Your alternative is reinventing the wheel.
 
In reference to WP and Elizabeth's response, My supervisor is a proficient Access User. The main issue at hand involves the knowledge level of the average user at my facility. She doesn't want them to be burdened with having to join workgroups.<br>
<br>
As of my posting I have found a way to embed the database password in the second database. Thus when the user opens the second database, the database password is sent and opens the first database. Then the desired table is linked to the second database for use.<br>
<br>
I agree, I felt like I was on a rollercoaster to nowhere. Thanks for your support.<br>
<br>

 
Just FYI, there are simple ways of having workgroups without the user having to know anything about them. One is to embed the workgroup in the command to launch the database, in an icon that the user needs to open that database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top