mattsuppok
Instructor
I have three fields in a query and I want to add those three fields and create a column with the average of those totals. Some of the records will be null. What do I do? Simply creating an expression, "avg([field1]+[field2])" doesn't seem to work.. Please advise