Is there a way to evaluate each chnage in a report page (a row change in a query) and calulate a number based on a vaue contained in that row?
For example Row 1 has a tax calc method of 1 and needs a calulation routine, Row 2 has a method of 2 and needs a separate routine, etc.
I believe that you can do this with a SELECT CASE statement and a variable that sets the value in a control - but how do I have the report do the calculation each time a row in the query is porecessed???
For example Row 1 has a tax calc method of 1 and needs a calulation routine, Row 2 has a method of 2 and needs a separate routine, etc.
I believe that you can do this with a SELECT CASE statement and a variable that sets the value in a control - but how do I have the report do the calculation each time a row in the query is porecessed???