Combo Box-Choose Col 2

C

CC

I have a combo box on my form. It has 2 columns, part# and order#. I want to
search by part# but use the corresponding order# to open another form. Thanks
 
K

Klatuu

Use Me.MyCombo.Column(1) if it is the second column. Column numbering starts
with 0.
 
Top