gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
How do you do an "And" formula. I have an IIf statement that works
KickOff_A: IIf([tblProposalStatus]![KickOff_Applicable]=-1,[tblProposalStatus]![KickOff_Actual]-[QUOTES MASTER TABLE]![Date Received],"0")
I want to add an "And" part to it. If [KickOff_Actual] is not Null AND [Date Received] is not Null
KickOff_A: IIf([tblProposalStatus]![KickOff_Applicable]=-1,[tblProposalStatus]![KickOff_Actual]-[QUOTES MASTER TABLE]![Date Received],"0")
I want to add an "And" part to it. If [KickOff_Actual] is not Null AND [Date Received] is not Null