Combo Box & Stored Procedures

  • Thread starter Thread starter Chad Cameron
  • Start date Start date
C

Chad Cameron

Hi All,

I am trying to get my combo box to look at a stored procedure. It always
looks at the first column to fill the combo box. How do I get the combo box
to look at the third column? I haven't tried using vba for it, just the
properties window.

Thanks
Chad
 
I'm not too sure what you're asking, but look in help for
information about the following ComboBox properties:

bound column
column widths

You hide columns by setting their width to zero.

Geoff
 
Back
Top