I have a [NumberField] and [DateField]. I need an IIf statement that says:
If [NumberField]=1 AND If the last day of the month 12 months after [DateField] is > the last day the current month, return 1, else return 0.
I can write the expression for either the NumberField or the DateField, but I don't know how to include an "and" in an IIf statement.
If this is possible, please provide as an expression.
Thanks for any assistance!!!
If [NumberField]=1 AND If the last day of the month 12 months after [DateField] is > the last day the current month, return 1, else return 0.
I can write the expression for either the NumberField or the DateField, but I don't know how to include an "and" in an IIf statement.
If this is possible, please provide as an expression.
Thanks for any assistance!!!