I use a combo control to select a person’s name from a staff list. The record ID for that person in the staff table is the bound field for the control (the bound column width is set to zero so only the name appears in the drop-down list). If a person leaves the company, I flag that person in the staff table as hidden/inactive. The source query for the combo control is set up to exclude hidden staff (i.e., it lists only current staff). This works fine. However, when I move to a (historical) record where that inactive person is associated with the record, the combo control appears blank (since the inactive person is not in the recordsource for the control). Is there a way to show these names when they are the current value for the combo control, but not have them show up in the drop-down list?
Thanks.