J
J
I have a report that I need to be able to add up the numbers in a field
of my report and display a total on the report. For example:
I could have item 1 entered 5 times in my table with small differences
in the data, each quantity is 1 but is entered 5 times. I also have
other items that have different quantites as well. I need my report to
add up all the quantities for a specific number, output it, and then do
the same thing until all numbers have been counted. The report should
look something like this:
Item Number Total Quantity
1 5
2 3
3 25
So that no Item number is shown more than once. I hope this isn't too
confusing to understand.
of my report and display a total on the report. For example:
I could have item 1 entered 5 times in my table with small differences
in the data, each quantity is 1 but is entered 5 times. I also have
other items that have different quantites as well. I need my report to
add up all the quantities for a specific number, output it, and then do
the same thing until all numbers have been counted. The report should
look something like this:
Item Number Total Quantity
1 5
2 3
3 25
So that no Item number is shown more than once. I hope this isn't too
confusing to understand.