Makeing a list box null

G

Guest

I have an option group that contains 26 toggle buttons. Each is assigned an
alpha value. When I click a toggle button, the names in my database that
begin with the letter that is assigned to that toggle button are displayed in
a list box. When I click on a name in my list box, that name is selected.
If I click another toggle button (a different one) the name I previously
clicked on is still selected, even if I have a different list displayed.

My question is, how can I deselect a previously selected value or make my
list box null when I click another toggle button in my option group? I'd
appreciate any feedback. Thanks...
 
F

fredg

I have an option group that contains 26 toggle buttons. Each is assigned an
alpha value. When I click a toggle button, the names in my database that
begin with the letter that is assigned to that toggle button are displayed in
a list box. When I click on a name in my list box, that name is selected.
If I click another toggle button (a different one) the name I previously
clicked on is still selected, even if I have a different list displayed.

My question is, how can I deselect a previously selected value or make my
list box null when I click another toggle button in my option group? I'd
appreciate any feedback. Thanks...

Did you try:
ListBoxName = Null
 
G

Guest

I'm apparently an idiot. Thank you . . . what a simple answer that I should
have seen, myself. 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

Top