This Month / YTD

S

Steve

How do I construct a report that includes this kind of data? It appears
I need 2 queries, but I don't see how that gets into a report.

TIA

Steve
 
D

Duane Hookom

Please try to place your complete request in the body of your posting.

Without any knowledge of your table structure or data, I would suggest using
a totals query that features Abs( [Your Expression] ) * [Some Field(s)]. The
Your Expression part would find out if some date was between to other dates.
 
Top