C
CW
I have several controls on a form where our charges are calculated for
various parts of an order( quantity x unit price, basically). Following
widespread advice not to store the calculated amounts in a table, I have used
a query to collect the results of the various calculations.
I have a Grand Total control which is bound to that query to display the
final total amount.
Problem: if we alter any of the quantities in the calculations, the total
figure (derived from the query) is not refreshed. We have to quit that record
and come back in again, in order to see the amended total. This is really
confusing and has led to several pricing errors so it is vital that I find a
way around this, so that the Grand Total control is automatically
recalculated as soon as any alterations are made.
Many thanks
CW
various parts of an order( quantity x unit price, basically). Following
widespread advice not to store the calculated amounts in a table, I have used
a query to collect the results of the various calculations.
I have a Grand Total control which is bound to that query to display the
final total amount.
Problem: if we alter any of the quantities in the calculations, the total
figure (derived from the query) is not refreshed. We have to quit that record
and come back in again, in order to see the amended total. This is really
confusing and has led to several pricing errors so it is vital that I find a
way around this, so that the Grand Total control is automatically
recalculated as soon as any alterations are made.
Many thanks
CW