Referencing combo box column

W

winsa

Hi

Using A2003, SQL 2005.

I have a strange problem referencing a combo box column.

The combo box is simple, just two columns (Debtor No and Debtor Name). I
have a text box with the reference:

= cbo_DEBTOR.Column(1)

which should give me the debtor name.

Here is the strange thing, if I have Column Headers ON, nothing appears in
the combo box after a debtor is chosen. If I turn the Column Headers OFF,
then all is well with the world.

Can someone please explain this?

Thanks in advance.
 

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