Create a "Totals" query that delivers one record for each
order, with the sum for each Order, Use a criteria of Order
Dates within 30 days...
OrderDate >= DateDiff("d",-30,Date())
Place those records in the Detail Section, and sum in the
Report Footer.
hth
Al Camp