Duane,
So do I type all of the below??? Are there any spaces??
I couldn't get it to work??
=IIf(Nz([CountScore10 Grand Total Sum],0)=0,0,
Sum([CountScore10])/[CountScore10 Grand Total Sum])
Thank you.
--
Denise B.
Duane Hookom said:
You probably need to check for division by zero:
=IIf(Nz([CountScore10 Grand Total Sum],0)=0,0,
Sum([CountScore10])/[CountScore10 Grand Total Sum])
--
Duane Hookom
Microsoft Access MVP
:
This control source is for the Percentage where the #Number sign appears
=Sum([CountScore10])/([CountScore10 Grand Total Sum])
This is the control source for the Sum of the field.
=Sum([CountScore10])
Does that help?
Thanks.
Denise
--
Denise B.
:
Could you share the control source of the control that is displaying the
#Number error? Does this occur on every instance of the control or just some
of them?
I assume this is a calculation and all fields involved are numeric.
--
Duane Hookom
Microsoft Access MVP
:
not
I created my report by using the summary options. When the numbers print
out, I get a #Number error in the percentage field. If I change the number
format, it would be a percentage.
The answer is "0" but comes up #Number??
What should I do.