ListBox

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

Guest

I have a ListBox with 3 fields. The 1st field is the bound field. Is there
a way on the Click event of the ListBox to capture the 3rd field's value in a
variable?

Thank you,

Steven
 
Steven said:
I have a ListBox with 3 fields. The 1st field is the bound field.
Is there a way on the Click event of the ListBox to capture the 3rd
field's value in a variable?

Thank you,

Steven

VariableName = Me!ComboBoxName.Column(2)

(columns start witrh zero)
 

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

Back
Top