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
lookup and then copy from one sharepoint list to another
custom Flex DataGrid Filter
Form Label Updates Not Working Properly
Error running DC Promo on Windows 2008 R2
Saving data to multiple text file
Which Java IDE is as friendly as Visual Studio
Mail stuck in Lotus oubox
Cheap backlinks? Best bang for the buck SEO site?
problems with specific user in exchange 2003 environment
Need help with display differences between IE and Firefox