For example, lets say I have a table that has 4 columns
1. First name
2. Last name
3. D.O.B
4. SS#
SS# being primary key.
Question: I would like to create one combo box on a form that looks up the SS# and also shows the rest of the data associated with that SS#. I can do that. What I can't seem to figure out is when I select something from the drop down on the combo box all I am left with is the SS#. Is it possible to select something from the combo box drop down and be left with all the data that was shown in the drop down?