J
JP
(access 97) I have a form not tied to a table or query
that will write a new record using the .addnew method. I
want to find and display a existing record and then create
a new record with most of the existing data that is
displayed, only updating a few fields in the new record.
All records have a primary key incremented by 1 using VBA
so the new record will have a new key number but most of
the other fields will have the same data.
How do i do this and can i use the same form to create
original records, redisplay a existing record and do a
ADDNEW?
that will write a new record using the .addnew method. I
want to find and display a existing record and then create
a new record with most of the existing data that is
displayed, only updating a few fields in the new record.
All records have a primary key incremented by 1 using VBA
so the new record will have a new key number but most of
the other fields will have the same data.
How do i do this and can i use the same form to create
original records, redisplay a existing record and do a
ADDNEW?