Microsoft
Software
Hardware
Network
Question : How to test if a control has data
Here is my code.
=IIf([Field1]="Yes","X"," ")
This code will mark my field with an X if Field1 has Yes in it. What do I replace Yes with if the field has any data in it? Even better but not a big deal is if field1 has any data other than a space.
Answer : How to test if a control has data
IIF(Len(Trim([Field1]) & "")>0,"X","")
Random Solutions
Send Mail via Google Apps
asp.net, c#, drop down list error
MS SQL count total time.
Convert web.config from .NET 3.5 to 4.0
Email Marketing Reseller Solution
asp - The resource could not be found
Event ID 1050 MSEx Runtime
having trouble installing SP3 for Exchange Server 2007 before installation begins
SBS 2003 server losing computer account
Jquery NoConflict Issue