You could try conditional formatting using an expression based on the value
in your row header.
In my test, I opened a form that was formatted as a datasheet, selected one
of the "columns", then chose Format->Conditional Formatting.
In Condition1, I selected the "Expression Is" option and in the textbox to
the right entered:
[Numbers] IN (3, 7, 9)
Then I set the forground and background colors accordingly
In your case, I think you would highlight the textbox associated with your
VL label and just set the backcolor to orange. Then, select the textbox
associated with your "L" column label, and under conditional formatting enter
something like:
Default Formatting:
Set the default background for this column to green
Condition 1:
Expression Is: [RowFieldName] IN ("VH", "H")
then set the backcolor to orange
HTH
Dale

Signature
Don''t forget to rate the post if it was helpful!
Email address is not valid.
Please reply to newsgroup only.
> VL L M H VH
> VH 0 0 0 0 0
[quoted text clipped - 16 lines]
>
> Basically a 5 x 5 grid with varying colours