How to secure a splited DB

  • Thread starter Thread starter live
  • Start date Start date
L

live

Hi,

I have splited an access DB, Mydb.MDB into:
- MyDB.MDB executable code
- MyDB_be.MDB my database
I then secured the MyDB.MDB, it worked with no problem.
When I tried to secure MyDB_be.MDB, the widzard finished the work as if it
was secured. But when I opened MyDB_be.MDB from explorer, no login showed
up !!!

Can anyone, help me in this.

Thank you.

Nour
 
If your login is a form then goto Tools, Startup and put your login form in
the Display Form/Page field. Then when your front end app opens it will run
that form first.
If its just a password then goto Tools, Securtiy, Set Database Password and
type in your new password.

Good Luck!
 
live said:
Hi,

I have splited an access DB, Mydb.MDB into:
- MyDB.MDB executable code
- MyDB_be.MDB my database
I then secured the MyDB.MDB, it worked with no problem.
When I tried to secure MyDB_be.MDB, the widzard finished the work as
if it was secured. But when I opened MyDB_be.MDB from explorer, no
login showed up !!!

You should join the workgroup you used to secure the frontend, and then
secure the backend using the same workgroup file.
 
Back
Top