R
Robert
I have a listbox whose bound column contains a word, one word per line, in
alphbetical order. I can set the cursor on a line with the following:
Me.List0 = "house"
where the bound column of the line contains "house".
What I would like to know is how to do it if I don't have the exact value.
So if I said "ho" instead of "house" and assuming the "house" line is the
first alphabetcally that starts with ho, it would highlight that line as
well. What is the coding for this?
Robert
alphbetical order. I can set the cursor on a line with the following:
Me.List0 = "house"
where the bound column of the line contains "house".
What I would like to know is how to do it if I don't have the exact value.
So if I said "ho" instead of "house" and assuming the "house" line is the
first alphabetcally that starts with ho, it would highlight that line as
well. What is the coding for this?
Robert