Special formatting in list box ?

  • Thread starter Steven R via AccessMonster.com
  • Start date
S

Steven R via AccessMonster.com

Can you have items in a list appear a certain way if criteria is met ? Say
you have a list of loans, both active and matured - you want the matured to
show as red or bold - can this be accomplished ?
 
F

fredg

Can you have items in a list appear a certain way if criteria is met ? Say
you have a list of loans, both active and matured - you want the matured to
show as red or bold - can this be accomplished ?

In a List Box?
No!

If you have Access 2000 or newer, use a small continuous form. You can
set the control's conditional formatting as desired.
 
S

Steven R via AccessMonster.com

fredg said:
In a List Box?
No!

If you have Access 2000 or newer, use a small continuous form. You can
set the control's conditional formatting as desired.

Fred,
Thanks for the tip !
 
Top