MS Access VBA Listbox with row colouring? -
I am trying to collect a small list box, which is left of the query on which the background of its rows The color will be in the form of different colors depending on a certain position.
I have made some googling around this topic and it is not possible to use standard controls that provide access form designer. There are some ActiveX controls like ListView and MS Forms 2.0 Listbox but I can not find any use guide or reference for this control.
Do anyone know above and / or where to get documents for aforementioned ActiveX controls?
Highly appreciated, Andy
You have to use a sub-form Listbox lines are not format-specific
Comments
Post a Comment