Marco:
You can secure a database by using Access's built in security. Users and groups can be given permissions to particular objects in the way you describe. The user and group information is stored in a separate workgroup information file, not in a table in the database, which would be very insecure. You'll find all you need to know in the FAQ at:
http://support.microsoft.com/default.aspx?scid=%2Fsupport%2Faccess%2Fcontent%2Fsecfaq.asp
Ken Sheridan Stafford, England
"Marco Silva" wrote:
[Quoted Text] > Hi. I wnat to create a login system. I want to have a table with usernames > and passwords. I want to determinate that user A can access to form 1 and 2 > and can print report 1 and 2. I wanto to determinate that user B can access > to form 1; 2; 3 and 4 and also can print or preview report 1; 2; 3; 4; 5. And > off corse the admin user. > > This works with levels right? I can I do it? > > Regards, > Marco
|