I have a field in a table called balance carried forward, i have this field stored in a table called yearlyrates. When i run my form i want it to pull in the value from the table, this I have done. The figure can change from time to time and is calculated using a number of other values. I want to compare the figure i have stored in the table against the figure i am calculating and if the figures are not the same. I want to take the calculated figure and store it in the table, overwriting the figure i have already stored there. Any idea how i would go about this ?