It is possible that in an Access form whereby for example, I have a CurrentBalance and after some transaction a NewBalance is calculated. Then when I save n close the form, when i open the form second time to do another transaction the NewBalance value would become the New CurrentBalance value so that the transaction can continue. Which mean that the NewBalance value can always be carried forward to do another transaction.
All this operation is done in the form n the all the data would also store in the table.