M
Maury Markowitz
I have some functionality to add a new row into the form's recordset,
pre-filled with lots of data. Another function the users want is to be able
to copy a record, with only three fields being "blanked out" (of about 50 in
the table). The newly copied record will be related to the original by
placing the original's primary key into a field in the new record, primarily
so they can be kept together in the display.
I could implement this with a bunch of this = that's, but it would seem to
be much easier to call a "copy this record" function and then just blank out
the three fields that will be overriden, and then I can copy in the id for
linking.
Yet I can't find anything like a copy function. Any suggestions?
pre-filled with lots of data. Another function the users want is to be able
to copy a record, with only three fields being "blanked out" (of about 50 in
the table). The newly copied record will be related to the original by
placing the original's primary key into a field in the new record, primarily
so they can be kept together in the display.
I could implement this with a bunch of this = that's, but it would seem to
be much easier to call a "copy this record" function and then just blank out
the three fields that will be overriden, and then I can copy in the id for
linking.
Yet I can't find anything like a copy function. Any suggestions?