Ollie_3670
Registered User.
- Local time
- Today, 12:28
- Joined
- Feb 1, 2010
- Messages
- 50
I have a combo box with multiple columns which are: (UsergroupID;UserGroupName;Password) Currently only two usergroups are used, "administrator" and "admissions tutor". These reside in TblSecurity
Columns 0 and 2 are hidden, and column 1 is used to select a user name. This works fine for the first time of logging in, however after logging in I've noticed something peculiar.
After logging in the "Administrator" usergroupName in tblSecurity changes to either "1" or "2". So then if I try to log in again my combo box gives me the option of choosing "1/2" or "Admissions Tutor".
If I login as an administrator, the administrator record changes it's name to "1"
If I login as an Admissions Tutor, the administrator record changes it's name to "2".
Any Ideas?
Columns 0 and 2 are hidden, and column 1 is used to select a user name. This works fine for the first time of logging in, however after logging in I've noticed something peculiar.
After logging in the "Administrator" usergroupName in tblSecurity changes to either "1" or "2". So then if I try to log in again my combo box gives me the option of choosing "1/2" or "Admissions Tutor".
If I login as an administrator, the administrator record changes it's name to "1"
If I login as an Admissions Tutor, the administrator record changes it's name to "2".
Any Ideas?