J
John R
I am writing some code for a production tracking program
in which the user needs to be able to follow a unit
through production. Each unit is assigned a unique
identifier with the last digit counting the number of
changes made. I want to be able to save *each* operation
in my tables by making a copy of the current entry (w/ all
fields), updating my identifier, and saving everything
(including the most recent changes) to a new record under
the now-updated unique identifier while maintaining all
previous records for that particular unit.
Can anyone offer some advice?
Thank you.
John
in which the user needs to be able to follow a unit
through production. Each unit is assigned a unique
identifier with the last digit counting the number of
changes made. I want to be able to save *each* operation
in my tables by making a copy of the current entry (w/ all
fields), updating my identifier, and saving everything
(including the most recent changes) to a new record under
the now-updated unique identifier while maintaining all
previous records for that particular unit.
Can anyone offer some advice?
Thank you.
John