B
Brook
I have a checking account form that is a continuous form with a limited amt
of data (ID(autonumber), date, description, debit, credit.
I have another form that I open from a command button that should allow me
to and add data based the record ID.
The problem that I am having is that if I add a new record to my main form
(which updates my Record ID with a new number/ID. Then click my command
button to open my details form, first the date and description from my main
form are not "populated" on my details form, and the ID on my details form
still shows "autonumber".
Is there something that I need to do to refresh before opening? I am unsure?
Also, would I need to refresh again when closing the details form?
Thanks and I hope this is clear,
Brook
of data (ID(autonumber), date, description, debit, credit.
I have another form that I open from a command button that should allow me
to and add data based the record ID.
The problem that I am having is that if I add a new record to my main form
(which updates my Record ID with a new number/ID. Then click my command
button to open my details form, first the date and description from my main
form are not "populated" on my details form, and the ID on my details form
still shows "autonumber".
Is there something that I need to do to refresh before opening? I am unsure?
Also, would I need to refresh again when closing the details form?
Thanks and I hope this is clear,
Brook