HI!!

I'm using CR 7 with VB 6 and I want to design a report with the structure as follows:

From Date '20/04/02' to Date '23/04/02'

-----------------------
Account : 1

Previous Acumm = 100 (Assuming 100 = sum of items with date < dateFrom)

item 1 100
item 2 100
item 3 100

Final = 400

1) I don't want to show items with date < date from, just the sum of them before detail items

2) I want to show detail items with date between date from and date to

3) I want to show the total

Thanks in advance.....