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
Extracting Text
equivalent of Local settings in Vista
Excessive paging and perfmon showing pages/sec peaking at 2400
Windows 95 to 98 upgrade
Access Database - List Column Names
Hard Shutdown Event ID?
How to clear all the connections before restoring a database
Preselect Checkboxlist Controls List Items based Based on matching DataTable Values
Confirm Action Queries
delete confirm popup on asp hyperlink inside repeater control?