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
 

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