gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have a expression with one IsNull
IIf(IsNull([DivisionName]),[CorporateName],[CorporateName] & ", " & [DivisionName]&", "[DivisionLocation])
what if I wanted to say "if" DivisionName And CorporateName where Null, how would that expression be written?
IIf(IsNull([DivisionName]),[CorporateName],[CorporateName] & ", " & [DivisionName]&", "[DivisionLocation])
what if I wanted to say "if" DivisionName And CorporateName where Null, how would that expression be written?