I need to supress the lines and show one line only when the amount field is repeated.
Here is an example data:
Date Amount
01/01/04 4000.00
07/01/04 4000.00
12/31/04 4000.00
So, here is how it should appear on the report
01/01/04 4000.00.
Both fields are in the details section. How do I compare the Amounts and decide if they are repeating and then supress?
Here is an example data:
Date Amount
01/01/04 4000.00
07/01/04 4000.00
12/31/04 4000.00
So, here is how it should appear on the report
01/01/04 4000.00.
Both fields are in the details section. How do I compare the Amounts and decide if they are repeating and then supress?