how to make good security and protection in my database

W

wehadyxp

**how to make good security in my database
i have database put in it password and make all table and form an
Report and Module
and macro not Visible and password in visual basic and Cancel shift ke

and i have friend open it
how i can preventing him to open it and protectio
 
G

Granny Spitz via AccessMonster.com

wehadyxp said:
and macro not Visible and password in visual basic and Cancel shift key

and i have friend open it
how i can preventing him to open it and protection

Unless you apply User level security anyone can reset the shift key bypass.
The VBA password protects only the VB project from being viewed, not the
database from being opened. Much better protection is applying User level
security.
 
Top