I have a table 'table1' of size 'N' which contains a primary key 'X'
I have another table 'table2' of size 'N2'.
Each row in 'table2' contains a reference to the primary key 'x' in 'Table1'. Each of theses rows also contains a balance.
So I want to create a crystal report which will Itterate...