Combo Box-Choose Col 2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Use Me.MyCombo.Column(1) if it is the second column. Column numbering starts
with 0.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top