Hi
I am trying to alter the following IIF Statement:
IIF(IsNull([Diff],””,IIF([Diff]>0, “Over”,”Not Over”))
This is working correctly but I was wondering if there was a way to add in a light gray highlight when the conditional is “Over”? This IIF statement is in an Access query. Ideally I would like the entire row to highlight where the condition is “Over”.
J