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
Cost of CAT5e cable installation
BGINFO via GPO server 2008, error loading bgi file even though its all loaded correctly
Any ideas how to create your own loadbalancer using linux?
Outlook 2007/Mozilla Thunderbird Cannot Connect to Email Server
Exchange 2010 Delegate Distribution List Permissions
Windows XP and Microsoft Outlook and Windows Installer problems
Virtual Memory
AS3 tween multiple arrows along a path
Export Access 2010 Report to CSV with Headers?
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?