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 -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -