M
mattc66 via AccessMonster.com
Hi All,
I have 12 columns representing 12 months usage. I wanted to create a 13
column and use the AVG function.
AVG_SOLD: AVG([QTY_SOLD_P1]+[QTY_SOLD_P2]+[QTY_SOLD_P3]+[QTY_SOLD_P4]+
[QTY_SOLD_P5]+[QTY_SOLD_P6]+[QTY_USED_P7]+[QTY_USED_P8]+[QTY_USED_P9]+
[QTY_USED_P10]+[QTY_USED_P11]+[QTY_USED_P12])
I get an error message saying that 'ITEM' was not included in my expression.
ITEM is another column in the query.
How can I do an average. The issue we have is we don't always have 12 months
of usage on an ITEM it may be a new part and we only have 3-6month. I would
like to keep this in Access and not have to export to Excel.
Does anyone have a recommendation on how I can handle this issue?
I have 12 columns representing 12 months usage. I wanted to create a 13
column and use the AVG function.
AVG_SOLD: AVG([QTY_SOLD_P1]+[QTY_SOLD_P2]+[QTY_SOLD_P3]+[QTY_SOLD_P4]+
[QTY_SOLD_P5]+[QTY_SOLD_P6]+[QTY_USED_P7]+[QTY_USED_P8]+[QTY_USED_P9]+
[QTY_USED_P10]+[QTY_USED_P11]+[QTY_USED_P12])
I get an error message saying that 'ITEM' was not included in my expression.
ITEM is another column in the query.
How can I do an average. The issue we have is we don't always have 12 months
of usage on an ITEM it may be a new part and we only have 3-6month. I would
like to keep this in Access and not have to export to Excel.
Does anyone have a recommendation on how I can handle this issue?