don't have to store it - it can be calculated... it's for a "cash
register"
situation. I want to take the closing amount from one day, which is
calculated with [actual]-[withdrawal] and make that closing amount the
opening amount displayed on the register form screen for the next day.
currently displayed on a form. opening, actual count and withdrawal are
saved in a table. closed amount is calculated.
having problems with how to display a field value from a previous record
while another record is current. make sense?
Ken Snell said:
When is this supposed to occur? Macro will not run from a table; must run
from a form or other similar object.
Why do you want to store what appears to be redundant data?
--
Ken Snell
<MS ACCESS MVP>
I need a macro to automatically copy the value of a field from one
record
into the value of another field in the next record... so, for example,
[closeamount] needs to be copied or forwarded into [openamount] for the
next
day.