A
adam.vogg
I need to create a report that shows Rolling 12 month sums over a
range of months.
i.e. the range jan07 - dec07 would need to generate rolling sums
where
jan07 = sum(jan07 - feb06)
feb07 = sum(feb07 - mar06)
....
....
dec07 = sum(dec07 - jan07)
eventually i would like these rolling sums in a graph.
I have created the VBA and the query which creates a table with all of
the data I need, but I cant figure out how to get these sums in the
report in an efficient manner.
any ideas? I am comfortable with VBA.
Thanks,
Adam
range of months.
i.e. the range jan07 - dec07 would need to generate rolling sums
where
jan07 = sum(jan07 - feb06)
feb07 = sum(feb07 - mar06)
....
....
dec07 = sum(dec07 - jan07)
eventually i would like these rolling sums in a graph.
I have created the VBA and the query which creates a table with all of
the data I need, but I cant figure out how to get these sums in the
report in an efficient manner.
any ideas? I am comfortable with VBA.
Thanks,
Adam