GoodLife22
Registered User.
- Local time
- Today, 15:14
- Joined
- Mar 4, 2010
- Messages
- 86
Code:
Error 2: Switch([Test_MR]<#1/1/2010#,'FAIL')
How can I change this to say:
Code:
Switch([Test_MR]<#1/1/2010# OR is Null,'FAIL')
I cannot find the correct way to add the OR IS NULL clause into the loop.