access value in bound column of list box

  • Thread starter Thread starter craig
  • Start date Start date
C

craig

How do I access the string in the bound column of a list box?
I have a list box with 3 columns. I want to;
1. Use the value in the bound column to update another field
2. Use the value in the second column as the value to write
into the column
3. Use the value in the 3rd column as a descriptive value
only the user see.

Is it possible? How do I do it?

Craig
 
Hi Craig,

You can use the .Column property of the listbox to get the values. There
should be an example in Access VBA help for "Column Property"
 
Back
Top