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
MS Access Update a field based on multiple field values
Double Table when margin is adjusted
How do I calculate lowest point of expected variation?
Having a webservice use a Session variable that is set in the project before the webservice is called.
sharing permission in Windows2003
Backup power
SSH console: go to specified folder after login
Delete query (sql)
Php 500 internal server error received on website but not using xampp at home
How do I use SFTP through a proxy server