I
Ian Tranter
I have a record that has multiple fields containing the
weights of items, that is
A "worksOrder" has a batch quantity of 100 parts & a % of
them need to be weighed. The user inputs the weights into
fields A1 to A4, depending on the batch size 1 or two
fields will be filled in.
I have created a query that lists the works Order's and
shows the 4 fields that need to be averaged.
The fields shown are WorksOrder, A1 to A4
My question is
How do I enter an expression to calculate the average of
all the fields A1 to A4?
I have input:-
AVG([A1]+[A2]+[A3]+[A4]), the answer comes out at the sum
of all the fields not the average, or blank if 1 field is
not input?
Help please??????
weights of items, that is
A "worksOrder" has a batch quantity of 100 parts & a % of
them need to be weighed. The user inputs the weights into
fields A1 to A4, depending on the batch size 1 or two
fields will be filled in.
I have created a query that lists the works Order's and
shows the 4 fields that need to be averaged.
The fields shown are WorksOrder, A1 to A4
My question is
How do I enter an expression to calculate the average of
all the fields A1 to A4?
I have input:-
AVG([A1]+[A2]+[A3]+[A4]), the answer comes out at the sum
of all the fields not the average, or blank if 1 field is
not input?
Help please??????