Mel-4-short
New Member
- Outlook version
- Outlook 2010 32 bit
- Email Account
- Exchange Server
Hello,
I am trying to test whether or not:
If the field "Invoice" (i have an option button bound to it) is empty AND the TO: field is not equal to an address, then display error. Here's the latest code I've tried:
IIf(([To]<>"mailaddress") AND ([invoice]<>"")) OR (([to]<>"mailaddress")AND([Invoice]<>"")))
I've tried numerous ways without parenthesis, etc., but no luck. Is this even possible?
Thanks so much!
I am trying to test whether or not:
If the field "Invoice" (i have an option button bound to it) is empty AND the TO: field is not equal to an address, then display error. Here's the latest code I've tried:
IIf(([To]<>"mailaddress") AND ([invoice]<>"")) OR (([to]<>"mailaddress")AND([Invoice]<>"")))
I've tried numerous ways without parenthesis, etc., but no luck. Is this even possible?
Thanks so much!