Highlighting problem in a list box

  • Thread starter Thread starter jeffreyswilson
  • Start date Start date
J

jeffreyswilson

I have several list boxes that have only 2 options, Yes or No. When I
click on them and select Yes, the field stays highlighted when I tab
out or click on another field. If I click No, it looks normal with a
white background. This is true of most of my Yes/No boxes. On one of
them, the problem is reverseed, with the No being the highlighted
option and the Yes looking OK. Can anyone explain why this might
happen and how to resolve it? Thanks very much in advance!

Jeff Wilson
 
I would suggest you use option buttons or checkboxes instead of a listbox
for yes/no data.

Damon
 
Thanks, but I really want to use the listbox. Also, I want to know for
future reference why this would happen on a listbox. The form would
not look right with the checkboxes or option buttons, so I prefer not
to use them.
 
Are these listboxes bound or are u using a value list? i attempted to
duplicate your problem but mine performs as expected.

Damon
 
Are these listboxes bound or are u using a value list? i attempted to
duplicate your problem but mine performs as expected.

Damon







- Show quoted text -

Damon

Thanks...weird..but once I deleted the existing records and created
new ones the problem went away. Thanks for your help!

Jeff
 
Back
Top