ms access - Sum with group in report footer -


I have an MS Access 2003 report that shows all the transactions not grouped by currency. At the end of the report (in the report footer section), I want to show total of all the transactions in the report, but from the currency they are in. In SQL, I will use this query:

SELECT [Currency], SUM ([zodiac]) myTable GROUP BY [currency]

and I show a label for each record in the returned data. There is no way to accomplish this in MS Access.

Of course, the result of any other report is above the query (not about the alias for the sum field Remember) and include it in your report footer as a sub-report (see the Design menu, the same where you take text boxes, labels, etc.).


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Chart control: Design messed Up after clearing and re-adding Y-Values -

ruby on rails - Apipie interferes with proper error codes -