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
'SettingsSingleFileGenerat
or' 'ResXFileCodeGenerator' problem
ACT 2009 - How to Move database
added shortcut to Public Desktop but some users not getting it - Win 2008 R2 Terminal Server
I need a help to make a small project with autocomplete functions
Auto fill user name in "Login" field
Colour highlighted search in vi
Citrix not finding the license server
Disable Shortcut Keys in axwindowsmediaplayer1 (media player)
I need to query each group in an OU in the Root Domain and get the group names that has exact identical users.
Getting group membership from LDAP