I've made a query that calculates the current rate (which is pulled from another table) as a total with the price entered in the table on the form.
I'd like to store that calculation total so that later I can store that calculation (using a dlookup after update?) when I make a booking on another form.
That way I can change the price without it affecting the booking price...
My question is how do I store that calculation form the query into the table field?
As I type the "Cost Price pp" is the query and it updates with the total. However as it is a query it isn't storing the information anywhere. (I'd like the price total to be the stored field of whatever Cost price pp is). So it should say $3.60 too. (eventually I will remove/hide Cost Price pp from the form)