
Originally Posted by
pbaldy
I would expect the form to be bound (record source) to the infractions table, and the combo to be bound (control source) to the employee ID field in that table. Thus the control source of the combo would be the field name.
Doesn't that mean that only employees with an infraction will appear in the combo list? Shouldn't the employee list come from the employees table?
nc; if you bind a combo to a field and play with its selections then move off the record or close the form, any changes become the new value for that field in the affected record. If you don't want that, you either have to understand that you must not alter the selection unless you are performing an edit, or don't bind the combo to the field. This is common practice for combos that provide lookup lists or perform filtering for form records. In the latter case, you have to write the value to the table by macro or code.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.