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
Users experiencing network connectivity issues on Multihomed Windows Server 2008 DC
Block Logme internally
Outlook 2010 NK2 file
Dlookup getting #name Error with subform
Add Property to asp.net user control to make reusable
Firefox css border on inside of div when embedding Flash with SWFObject, why?
Auto Send Excel as Email Attachment
service restart after logrotate
Relative Size Pivot Table Macro
Screen resolution changed - Fedora 13