Getting the value of multiple column combobox

T

Tan SH

Hi,

I know that it is possible to have multiple columns in a
combobox whereby the datasource is from columns in a table.

However, I reliase that the property comboboxName.Value
would only give me the value in the bound column. How can
I get the selected values from the other columns?

br/Tan
 
A

Allen Browne

Use the combo's Column property.

The first one is called column zero, so the 2nd column is:
=[MyCombo].Column(1)
 

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