Conditional Format of Blank record

R

rhmartin

I am trying to add conditional formatting to a field that has some blank
records. What expression or cell value will highlight the blank
records(dates in this case)? Thanks
 
J

John Spencer

Expression is
[Field] is Null

Then use the background color to set a highlight color.

'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 
Top