View Full Version : Custom formats in datasheet view


Atomic Shrimp
07-06-2000, 07:56 AM
I've got a datasheet subform with a column 'InvVal' to which I've applied the custom format:
#,##0;-#,##0[Red]
which makes negative values appear in red.

This is Great, but I would prefer to make the entire row appear red if the value of InvVal is negative.

Is this possible??