Ofer Cohen wrote:
> Mybe there is a better way, but that can do the trick
>
> =Sum(Nz([Field Name]),0) / Sum(IIf([FieldName] Is Null,0,1))
>
>
I have good news, bad news and good news :-). The Avg function in
Access doesn't count Nulls as part of the average. That's good news.
In a query, the Avg function works down columns rather than in rows.
That's bad news. Ofer's solution can work within a row as a calculated
expression with minimal changes. That's good news. Post back if you
need more help.
James A. Fortune
(E-Mail Removed)