Hello all -
I have a combo box (cboEmployee) on a form for service visits. The combo box record source is a query and only displays active employees. The control is bound to the employee number, but displays the employee last name. (i.e. column widths 0";1") The Limit to List property is set to Yes (and I get a message that it must stay set to yes unless I change the column widths).
The user is then able to select an employee from the combo box. However, when an employee is no longer active, (no longer shows up in the query), he/she also disappears from past service visits he/she may have completed. If I change the column widths to 1";1", the employee number will show up - but it seems there is no way to still display the Employee Name.
Is there a way to still display the employee names if they have been removed from the query? (i.e. I want to view all, but still restrict users to only select active employees.)
Thanks in advance for any insight.
I have a combo box (cboEmployee) on a form for service visits. The combo box record source is a query and only displays active employees. The control is bound to the employee number, but displays the employee last name. (i.e. column widths 0";1") The Limit to List property is set to Yes (and I get a message that it must stay set to yes unless I change the column widths).
The user is then able to select an employee from the combo box. However, when an employee is no longer active, (no longer shows up in the query), he/she also disappears from past service visits he/she may have completed. If I change the column widths to 1";1", the employee number will show up - but it seems there is no way to still display the Employee Name.
Is there a way to still display the employee names if they have been removed from the query? (i.e. I want to view all, but still restrict users to only select active employees.)
Thanks in advance for any insight.
Comment