When creating a report, what does the control source need to be set to for a field that is supposed to be populated by a combo box selection.
In my instance, I have a form where a Primary Physician is selected from a combo box. This combo box looks to table tblPhysicians for its values. When I set the control source in the form to "Combo96", it gives me the ID associated with the physician in tblPhysicians instead of giving me the name.
What does the control source need to be set to for it to give me the physician name instead of the ID number?
In my instance, I have a form where a Primary Physician is selected from a combo box. This combo box looks to table tblPhysicians for its values. When I set the control source in the form to "Combo96", it gives me the ID associated with the physician in tblPhysicians instead of giving me the name.
What does the control source need to be set to for it to give me the physician name instead of the ID number?