K
Krzysztof via AccessMonster.com
Hello,
I have an urgent report that needs to de done, and I am having trouble
getting the correct results. i will try top explain the best i can.
Main report - sorted by 3 diferent criteria.
lowest level sort - here are my fields
date | num | currency | etc...
example
sorted field SM123456
date | num | curr
10/1 5 23201
10/1 6 29885
SM654321
10/1 4 61651
10/5 6 12345
The problem is the report needs to be shrunk, and the cur field summed, but
the report cannot do this because my date fields are different.
What i need: is if the date fields are the same, sum([curr])
if they are not, display line by line, and then sum (which that part is easy)
can i have both sum and group by data on the same report?
please help, much TIA
~K
I have an urgent report that needs to de done, and I am having trouble
getting the correct results. i will try top explain the best i can.
Main report - sorted by 3 diferent criteria.
lowest level sort - here are my fields
date | num | currency | etc...
example
sorted field SM123456
date | num | curr
10/1 5 23201
10/1 6 29885
SM654321
10/1 4 61651
10/5 6 12345
The problem is the report needs to be shrunk, and the cur field summed, but
the report cannot do this because my date fields are different.
What i need: is if the date fields are the same, sum([curr])
if they are not, display line by line, and then sum (which that part is easy)
can i have both sum and group by data on the same report?
please help, much TIA
~K