change the color of the lines of the list box forms

hys408

New member
Local time
Today, 06:12
Joined
Apr 1, 2023
Messages
1
The piece of code of the program to change the color of the lines of the list box forms with a special condition in Microsoft Access
 
Hi. Welcome back to AWF!

Was that a question? Or, were you trying to share something you created?

What happened to your old account?
 
Hi hys408,

a salutation is always a good start and a sentence should usually contain a verb ;)

ListBoxes can't have a conditional format, but you can use a subform instead (includes filters and sorting too).

You can access the conditional formats of a control by looping its .FormatConditions collection.
 
 

Users who are viewing this thread

Back
Top Bottom