Now I have my data organised for my weekly table. about two years of weekly info.
Trying to find a nice graph and with a few of them I get 'subscript out of range', here's the actual error message
Moderators: Bob Cergol, Data Access, Cintac
select datepart(year,F254) as 'yr', datepart(ww, F254) as 'wk', sum(F64) as 'Qty', sum(F65) as 'Rev' from rpt_dpt where F1031='W' and F1034='3' group by F254