filter to textbox (multiple)

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

Guest

this is a similar question to one already posted.

I am looking to retrieve two colums of data from a list box and display them
in two text boxes. easy!

now what i would really like to do is this for a multi select listbox...

any ideas?
 
I managed to work out a solution.

It involved having to chage the boundcolumn property then calling another
function using the goto method and changing the bound column property to
another column.

then from there it was a simple matter of writing the result of a generated
string to a textbox

thanks
 
Back
Top