HarmonyGirl
Registered User.
- Local time
- Today, 05:18
- Joined
- Mar 12, 2001
- Messages
- 19
In my Access 97 database, I have a form with a combo box that allows you to select an employee.
In my Employee table, I have a Yes/No field called Active. This field value determines whether the employee is employed or has left the company.
In records assigned to inactive employees, I would like the text value in the Employee combo box to be formatted differently, perhaps in Italic vs. a different forecolor.
I know I can run a SQL query against the Employee table, but I need to evaluate the selected employee in the current record/form, not just run a query against all records in the table.
How would I do this?
In my Employee table, I have a Yes/No field called Active. This field value determines whether the employee is employed or has left the company.
In records assigned to inactive employees, I would like the text value in the Employee combo box to be formatted differently, perhaps in Italic vs. a different forecolor.
I know I can run a SQL query against the Employee table, but I need to evaluate the selected employee in the current record/form, not just run a query against all records in the table.
How would I do this?