S
swas
Hello,
I have employees in a table. For a given job sheet form, the employee is
selected with a combobox listing all current employees. All fine.
If an employee leaves, they are marked as no longer current.
My problem is, if an old job record is looked at, the employee is not listed
since they are not current. The combo is blank.
I have gotten around this prior by editing the rowsource for [all current
employees] OR [selected employee].
But this only works in single form. I need it in a continuous form, and not
sure whether the best option is to reference the field in the sql, or have
dlookup, of if there is a more elegant approach I am not thinking of.
Comments appreciated.
swas
I have employees in a table. For a given job sheet form, the employee is
selected with a combobox listing all current employees. All fine.
If an employee leaves, they are marked as no longer current.
My problem is, if an old job record is looked at, the employee is not listed
since they are not current. The combo is blank.
I have gotten around this prior by editing the rowsource for [all current
employees] OR [selected employee].
But this only works in single form. I need it in a continuous form, and not
sure whether the best option is to reference the field in the sql, or have
dlookup, of if there is a more elegant approach I am not thinking of.
Comments appreciated.
swas