My Requirement is to generate a validation Report with 10 columns. in parameters user will select the column name and Validation type(NULL, Blank). now i would like to highlight the null and blank cells for better focus.
I used this expression
=Switch(Me.Value = "","Blue",IsNothing(Me.value),
on the Background colour properties after
selecting the whole detail column. It is painting blue for Null records and blank records do not have an colour change.
Can you please help me in this regards...
Please vote as helpful or mark as answer, if it helps Regards, Anand