Does anyone know how I can write a code to define a variable to use a different bound column in a listbox?
I have a listbox which is bound to pull the code in one report, but I need it to pull the description in another report so I can concatenate two elements. I want to use the same listbox and not create a separate one with a different bound column.
I had used: stDocName = Me.FacilityListBox.boundcolumn = 2
but that did not work.
Suggestions
I have a listbox which is bound to pull the code in one report, but I need it to pull the description in another report so I can concatenate two elements. I want to use the same listbox and not create a separate one with a different bound column.
I had used: stDocName = Me.FacilityListBox.boundcolumn = 2
but that did not work.
Suggestions