I apologize in advance...
I have 1 table with many columns. I have a form which shows all the fields in a record. I would like to have 1 combo box which can be used to search 3 of the columns and of course reflect the chosen record. The example would be a table containing:
First, Last, Addy, City, State, Phone# , SS#, Serial#
I would like to search in one combo box for either SS# or Phone# or Serial# and upon finding a match hit enter and show the entire record in the form for the matched search item.
Thank you.
 I have 1 table with many columns. I have a form which shows all the fields in a record. I would like to have 1 combo box which can be used to search 3 of the columns and of course reflect the chosen record. The example would be a table containing:
First, Last, Addy, City, State, Phone# , SS#, Serial#
I would like to search in one combo box for either SS# or Phone# or Serial# and upon finding a match hit enter and show the entire record in the form for the matched search item.
Thank you.