N
NB
I need to average scores from a test. Usually it is across 3 sections for
each record, but sometimes a field is null. In Excel, the Avg command
automatically adjusts when a field is null. Can Access?
I want to see all records on one report, so I don't want to do it in
separate queries.
Example:
RECORD 1
Score A= 5
Score B= 7
Score C= 5
Average = (5+7+5)/3 = 5.67
RECORD 2
Score A= 5
Score B= null
Score C= 7
Average = (5+7)/2=6
This group is absolutely great for information, so I have no doubt that you
know the answer to this! Thank you for your help!
NB
each record, but sometimes a field is null. In Excel, the Avg command
automatically adjusts when a field is null. Can Access?
I want to see all records on one report, so I don't want to do it in
separate queries.
Example:
RECORD 1
Score A= 5
Score B= 7
Score C= 5
Average = (5+7+5)/3 = 5.67
RECORD 2
Score A= 5
Score B= null
Score C= 7
Average = (5+7)/2=6
This group is absolutely great for information, so I have no doubt that you
know the answer to this! Thank you for your help!
NB