Conditional Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently have a form where I have applied conditional formatting to
highlight a category yellow if the Field Value is Equal to "Report Due," is
there a way to apply conditional formatting if the field simply has the word
"Report" in it along with other text?
 
Instead of
Field Value is = "Report Due"
Try
EXPRESSION is [SomeField] Like "*Report*"

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Back
Top