"Shyguy" <Sh****@shytown.com> wrote in message
news:6g********************************@4ax.com...
When I open my form nothing is selected in the list box.
After making a selection it stays highlighted.
I have been trying to get it back to the "nothing selected" state, but
with no luck.
I have tried repainting, requery, etc.
I assume this listbox is unbound?
<yourlistboxname>.Value = Null will remove the black highlight or are you
referring to the faint line highlight? have you tried something beginning
with .List.... (sorry, memory's vague on LBs).