J
Jeff
I want to have a command button that takes the current record (from a table)
and duplicates it but changes selected fields in the new record.
eg:
I have a record that has a StartDate and an EndDate. I want to enter,on my
form, a NewEndDate that will reset the EndDate to the NewEndDate and then
create a new duplicated record that uses the NewEndDate+1 as the StartDate
of the new record. What is the best way to approach this process?
and duplicates it but changes selected fields in the new record.
eg:
I have a record that has a StartDate and an EndDate. I want to enter,on my
form, a NewEndDate that will reset the EndDate to the NewEndDate and then
create a new duplicated record that uses the NewEndDate+1 as the StartDate
of the new record. What is the best way to approach this process?