Prior YTD

bepi1

New member
Local time
Today, 07:38
Joined
Jun 12, 2007
Messages
1
I have a table that contains 24 months of sales information by product. The fiields are Product, Invoice Date, Amount. I need to create a report that has the columns Current YTD Amount and Prior YTD Amount. I can create a query for the current ytd but how do I get the same period for the prior year on the same report?
 
Use two subreports, each with it's own query.
 
You can also just add the query information or calculation to the report record source and then drag a new control to the form from the Field List.
 

Users who are viewing this thread

Back
Top Bottom