Combo Box & Stored Procedures

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
 
G

GeoffG

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
 

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

Top