Hello,
I need to have 4 different access levels to my database
Guests: View all
Users type A: View all, Add in tables type A, Modify theirs
Users type B: View all, Add in tables type B, Modify theirs
Admin: **
Also database of users is a common database with another application, and I need only certain users to be able to access through the web application.
Guests and Admin is done by the ASPrunner Pro program
*The validation for the users to modify their own input is also in the program.
What I am missing is...
a) Validation for 'Users type A' to add and modify only to tables type A and so on for all other type of users....
b)Only users that have WEB ACCESS to be able to login at all through the web. I suppose a field in their records indication web access would do the trick for this, but I do not know how to modifiy the program.
Thank you,
Arbe