Hi, All,
I handle user Login problem by myself.
(1). I have the table that there are 5 fields: UserID, FirstName, LastName, Department, PassWord.
(2). I have three kind of forms that there are: Member Login form, New Member Login form and Forgot PassWord form.
(3). This is a access project that include 4 part Interfaces:
eg. Interface1
Interface2
Interface3
Interface4
And, each Interface have the login access.
(4). Right now, everybody can login all 4 Interfaces, but I want to restrict them that's means if user registrator for "Department" is Office Staff(Department name), this user can just log on Interface1, Interface2 and Interface3 and block to log on Interface4. The Login system is depend on "Department".
I don't have idea for that. Anybody can help me out.
Many Thanks
Jeannia
I handle user Login problem by myself.
(1). I have the table that there are 5 fields: UserID, FirstName, LastName, Department, PassWord.
(2). I have three kind of forms that there are: Member Login form, New Member Login form and Forgot PassWord form.
(3). This is a access project that include 4 part Interfaces:
eg. Interface1
Interface2
Interface3
Interface4
And, each Interface have the login access.
(4). Right now, everybody can login all 4 Interfaces, but I want to restrict them that's means if user registrator for "Department" is Office Staff(Department name), this user can just log on Interface1, Interface2 and Interface3 and block to log on Interface4. The Login system is depend on "Department".
I don't have idea for that. Anybody can help me out.
Many Thanks
Jeannia