Thought this would be simple but cant figure it out: I have a table with fields that represent each year with a number (usually) in each cell. Fields: 2003, 2004, 2005, 2006. I wanted to create a calculated query field that would average those four cells for each record. So I created the field 'Av':
AvAvg([2003],[2004],[2005],[2006])
I tried all kinds of variations, using semicolons, etc but it will not average the numbers for the different years. What am I doing wrong?
AvAvg([2003],[2004],[2005],[2006])
I tried all kinds of variations, using semicolons, etc but it will not average the numbers for the different years. What am I doing wrong?