Color Text

S

Stefan

What is the best way to have a control print a certain color if certain
conditions are met.

Example if the field is less than zero or it is null I would like it to
print red.
 
F

fredg

What is the best way to have a control print a certain color if certain
conditions are met.

Example if the field is less than zero or it is null I would like it to
print red.
If you have Access 2000 or newer you can use the control's Conditional
Formatting property....
Format + Conditional Formatting
 
Top