Yes, in your form or report, use the CONDITIONAL FORMATTING feature.
You can set the formatting based on the current field, or you can enter an
expression.
So, let's say you have six fields on a row and you want them to show up red
if the field "Active" is checked...
You'd highlight each control in that row and set the conditional formating.
You'd use the "Expression is" item from the first drop-down, then you'd use
an expression like "[Active] = true"
Good luck.
--
Rick B
KMT said:
Is it possible to change color (or somehow differentiate) some rows of an
Access 2000 database table without changing the color of the entire
table?