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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Securing front end and back end with same mdw file 1

Status
Not open for further replies.

48Highlander

Technical User
Feb 8, 2004
119
CA
I have been working away on my application and I have inplemented user level security. I implemented this after I had split the application into front and back ends. I am getting increasingly concerned about security and so I thought that I would check and see if I could access the back end after I started Access and joined the system.mdw workgroup. I can!

How do I get the back end to require the same workgroup file as the front end?


Bill J
 
A quick and easy way is to cheat:

1. Take a copy of your frontend database.

2. Delete all the objects and remove the VBA project password, of you have one.

3. Import all the objects from your current unsecured backend into the MDB you have just emptied.

4. Relink all your tabes accordingly.

Note that this will only work correcyly if you have set your permissions on new table objects correctly.

HTH,

Ed Metcalfe.

Please do not feed the trolls.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top