GordonPrince
New Member
- Outlook version
- Outlook 365 64 bit
- Email Account
- Office 365 Exchange
Operating system:: Windows 10
Outlook version: 2016
Email type or host: Exchange 365
Outlook version: 2016
Email type or host: Exchange 365
I'm trying to restrict items in VBA based on FullName AND CompanyName. This works with
"[FullName] = 'Jake' AND [CompanyName] = 'ABC'"
but I can't figure out the syntax for:
[FullName] IS NULL AND [CompanyName] = 'ABC', or the reverse.
Anyone know what it is?
"[FullName] = 'Jake' AND [CompanyName] = 'ABC'"
but I can't figure out the syntax for:
[FullName] IS NULL AND [CompanyName] = 'ABC', or the reverse.
Anyone know what it is?