Clear selection in list box?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shyguy

    Clear selection in list box?

    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.

    Thanks for any help,

    ShyGuy
  • For example John Smith

    #2
    Re: Clear selection in list box?

    "Shyguy" <Shyguy@shytown .com> wrote in message
    news:6g86lv4huc eln7c0nhc75bge6 7ljvvn13l@4ax.c om...[color=blue]
    > 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.[/color]

    I assume this listbox is unbound?

    <yourlistboxnam e>.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).



    Comment

    Working...