B
Bell
I'm having the follwing expression in a query
B0501C: Sum(IIf([Category]="Budget" And [Period]="200501";[Amount]))
but what do I add to this expression, if I want Access to return 0 instead
of null in cases when there are no values meeting the IIf statement?
Nz function have been suggested by some but I don't know how to fit it into
the expression.
Best regards / Bell
B0501C: Sum(IIf([Category]="Budget" And [Period]="200501";[Amount]))
but what do I add to this expression, if I want Access to return 0 instead
of null in cases when there are no values meeting the IIf statement?
Nz function have been suggested by some but I don't know how to fit it into
the expression.
Best regards / Bell