How to create a login system

M

Marco Silva

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
 
K

Ken Sheridan

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=/support/access/content/secfaq.asp


Ken Sheridan
Stafford, England
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top