The order amount and the changes amount are the same field in the same table. I have tried to take that table and make an alias but I still run into the same problem since the amount field in that table is always going to contain the current Grand total amount. I've even tried a formula where I subtract the Grand total amount from the original order amount but that only helps if I have just one change, (e.g., original amount is $100, change amount is $100), so using the formula I get the correct amounts BUT, if i have more than one change (e.g., Original is $100, first change is $100, Second change is $100) then it doesn't work, it shows the second change as being for $200 (since the formula is total current amount - original amount-$300-100 is $200). I truly would appreciate any help you could give.