I have a combo box on a (Single) form that displays (in drop down) four columns:
Name
OfficePhone
CellPhone
Pager
When a selection is made, the Name is displayed in the combo box.
I also have a Continuous form (based on the same query) that displays this same Name, but in a text box. There is no access to the phone numbers. Is it possible to have three additional text boxes that will display the (underlying) phone numbers from the combo box?