J
jsccorps
I have the daily sales. I need to create a report based on a range of dates.
Similar to the following
Date Begin_Balance Sales EndBalance
9/1/04 100 20 120
9/2/04 120 40 160
9/3/04 160 -50 110
etc.
criteria: Between [Start Date] and [End Date]
Is there a standard query method or algorithm for doing this?
Similar to the following
Date Begin_Balance Sales EndBalance
9/1/04 100 20 120
9/2/04 120 40 160
9/3/04 160 -50 110
etc.
criteria: Between [Start Date] and [End Date]
Is there a standard query method or algorithm for doing this?