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
change a sourceobject for a subform
where parameters aspx .net page
How do I remove existing ListView items and subitems
autovalue t-sql sql server 2008
SBS 2008 shared fax doesn't work on xp
USB Falsh Drive keeps asking for Drivers
Moving Profiles from one Terminal Server to another...? How?
Microsoft SSIS Service failed to start. Error: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
MS Excel 2007 Opens 2 Windows Every Time I Open File From Shortcut. How do I Fix?
Can i use XSD.exe or XSDObjectGen to generate a class library from a DTD? And if so which is best?