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
Access VBA - Need to wait a few seconds...
How do I insert HTML file or Meta Tag ?
ATL COM compilation error in atlcom.h
Ping command gives - Unable to contact IP driver - Error Code 5
Visual Studio SQL Best Practices
Access - Forms - Maximum number of Fiels
VB6 Access SQL query code
How do I push out customized header/footer templates in Word 2007
Visual basic: how to use the Mouse wheel on and off (lebans software):
ASP.NET SOAP Server/Client with Complex Types