how can I use the average function to average numbers from various linked tables in a custom calulated query field.Access allows me to add the numbers but if I needed to average those numbers how would I do that.
eg.([table1]![number1]([table2]![number2]+[table3]![number3]
I need to calculate the average of the 3 numbers in the calculated query.
eg.([table1]![number1]([table2]![number2]+[table3]![number3]
I need to calculate the average of the 3 numbers in the calculated query.