2
votes

I'm trying to put together a little list box, populated from a query, that would have the background colour of its rows as different colours depending on a certain status.

I've done some googling around the subject and it doesn't seem possible using the standard controls that the Access form designer provides. There are some ActiveX controls out there such as ListView and the MS Forms 2.0 Listbox but I can't seem to find any usage guides or references for these controls.

Has anyone had any luck with the above and/or know where do get documentation for the aforementioned ActiveX controls?

Much appreciated, Andy

2

2 Answers

4
votes

You would have to use a sub-form. Listbox lines are not individually format-able.

0
votes

I'm delighted to report I just found documentation on ListView that may be just what you're looking for.
(But for myself, I'm sticking with good ol' sub-forms!)