Hi
I have the below report that has payment field. the paymnet can vary between 100 and 500 and it is shown in the report above the first bound textbox below.
the first textbox bound should get the remainder of (500 - the number above taken from table). example if the number is 200 then it is 500-200 then the textbox value should be 300. and the bottom of the report (the second bound textbox), should have the total of the remainders of all records.
How to do that? I am trying to do that in a query but I am not sure how to do math in queries.