I figured it out -
I created two queries - a select query and a crosstab query. I use the select query as the view for the crosstab query. Here is the select query (I named it qryRunningTotals):
SELECT [Year Due] & IIf(Len([Month Due])=1,"0" & [Month Due],[Month Due]) AS DateKey...
I'm trying to sum a series of transactions by month, then continue to run the total from month to month. I created a regular select query with a sum statement:
SELECT ARTRANS.[Artrans ID], ARTRANS.[Year Due], ARTRANS.[Month Due], ARTRANS.Customer, ARTRANS.Facility, ARTRANS.[Transaction Date]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.