Microsoft
Software
Hardware
Network
Question : Conditional Formatting Wildcard
Is it possible to use wildcards in Conditional formatting? For example, I have a status field in my subform that has several values of "NOT APPROVED". Typically it would be the 'NOT APPROVED' followed by a condition code. So I wanted to turn the background of the field red using conditional formatting... how would I do that and encompass a wildcard like NOT APPROVED *
Thx
Answer : Conditional Formatting Wildcard
use this
expression Is instr([status],"Not Approved")>0
Random Solutions
Can't compile
Report Server 2008 and IIS
Windows Server 2008 R2
Loose Autotext entries on Word 2003 startup
delete duplicate records
Why delegate _msdcs to a DNS Zone?
Difference between Works 9 and Office
Left Double click with Mouse Doesn't work
Can you compare a field to nothing in a record set?
Calculating Probability using C#