![]() |
Sergey Kornilov admin 9/11/2007 |
Kathy, |
K
|
kathykelley author 9/11/2007 |
Thank you. I was able to get that working. |
M
|
michaelmac 9/11/2007 |
For user login you will need something like I am using.. then match up the data accordingly.. depending on admin/teachers/students/texts.. even classrooms Thank you. I was able to get that working. I have a question with regards to my master, details relationship School (schoolid,region) ->> Students (linked by schoolid) School (schoolid,region ) ->> contacts (linked by schoolid) When a user looks at the students table, how should I restict access to only those students or contacts in a school who's region matches the region of the users? Also, I would like to be able to have multiple users with admin privs. Is this possible? where would I have to change the code |