L
Loggical via AccessMonster.com
I have a form [frmEmployees] with various fields on it. I want to change the
colour of a rectangle on the same form depending on the value of a field
[Departments] chosen in the same form. The value of the field [Departments]
comes from another table [tblDepartments] and can have multiple values as
below; but only one value at any one time.
Accounts
Finance
Security
Human Resources
Housekeeping
I would like each one of the above values to have a different associated
colour.
Also what sort of Data Type should I use for this particular field
[DepartmentColour] in the table [tblDepartments]
Thanks in advance.
colour of a rectangle on the same form depending on the value of a field
[Departments] chosen in the same form. The value of the field [Departments]
comes from another table [tblDepartments] and can have multiple values as
below; but only one value at any one time.
Accounts
Finance
Security
Human Resources
Housekeeping
I would like each one of the above values to have a different associated
colour.
Also what sort of Data Type should I use for this particular field
[DepartmentColour] in the table [tblDepartments]
Thanks in advance.