How can I carry some data from a current record into a new one?
I have a database which contains information from several accounts.
When I create a new record from a form, I want the new record to automatically include the same account ID as the record I was working on when I tell the form to create the new record. I know how to do this if the new record is in a subform, but in this case I do not want the information in a subform. It will be a new record in a single form.
Ideally this would happen regardless of whether the new record was generated using a button I create, or whether it was generated using the navigation buttons at the bottom of the form – but if necessary it could be tied only to the button I create myself.
This database is currently in 97, but might be upgraded to 2000 at some point.
Thank you,
-cynthia