I have a qery that performs a sum on two controls and provides a percentage through an expression. Of course if either or both of the two controls have a null field I get an error so I wrote the following:
Percent:Nz([control1],0)/Nz([control2],0)
but it doesn’t work. It still shows error when both fields are null. How can I have 0/0 or null/null to show zero?
-
Nz doesn’t work (A2KSR1)
- This topic has 1 reply, 2 voices, and was last updated 23 years, 6 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads