PRodgers4284
Registered User.
- Local time
- Today, 19:46
- Joined
- Feb 17, 2009
- Messages
- 64
Sum IF NOT IsNull Help
I have a formula for calculating value within a table field called Indication with the value "bef-pat":
Sum(IIf(Not IsNull([Indication1]),1,0))
i want to add another field and to the formula, for example
Sum(IIf(Not IsNull([Indication1] & [Indication2]),1,0))
I have textbox that displays the result but it not working properly, I have tested the formula with value in both the fields but it only outputs the number "1" in the textbox where it should be "2"
Can anyone help?
I have a formula for calculating value within a table field called Indication with the value "bef-pat":
Sum(IIf(Not IsNull([Indication1]),1,0))
i want to add another field and to the formula, for example
Sum(IIf(Not IsNull([Indication1] & [Indication2]),1,0))
I have textbox that displays the result but it not working properly, I have tested the formula with value in both the fields but it only outputs the number "1" in the textbox where it should be "2"
Can anyone help?
Last edited: