Change the back color on a listbox selected item

S

SJKlein

I have a form that has a listbox that when I click on an item in the list
box, I want the back color to change to yellow. Can anyone help me...
 
D

Douglas J. Steele

AFAIK, it can't be done using the listbox that comes with Access.

It's possible that there are 3rd party products out there that can do it,
but I'm not sure.
 
M

Marshall Barton

SJKlein said:
I have a form that has a listbox that when I click on an item in the list
box, I want the back color to change to yellow. Can anyone help me...


A good reason for using a continuous subform instead of a
list box.
 
Top