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
Cisco "Do wr" does not work in "conf t" mode or any other sub-mode
File Upload in AJAX enabled TabContainer
Login control design and Programming
iphone saying can't connect to server on Exchange 2010 account...
Digital signature control not visible
Sharing Methods Between Applications on the Same Server
Integrating projects
Cannot get dos to recognise 'nmake' variable
Identifying creator of fake facebook page
How many types of pages r there in SQL Server?