R
René
Hi,
My database contains a table with records that have 2 fields as primary
key; Contract and Index. What I want is keep a full history of every
contract, therefor I'm using the index-field to keep history. For
example: each new contract gets Index = 1. Whenever any of the fields
in the record must change, I want to add a new record to the database
with Index = 2. In that way I have a complete history of every
contract. I think the easiest way to accomplish this is to make a copy
of the record I want to change and paste it into a new record and add 1
to the Index-field. My VBA-skills are not enough developed to do this.
Can anybody help me out ?
My database contains a table with records that have 2 fields as primary
key; Contract and Index. What I want is keep a full history of every
contract, therefor I'm using the index-field to keep history. For
example: each new contract gets Index = 1. Whenever any of the fields
in the record must change, I want to add a new record to the database
with Index = 2. In that way I have a complete history of every
contract. I think the easiest way to accomplish this is to make a copy
of the record I want to change and paste it into a new record and add 1
to the Index-field. My VBA-skills are not enough developed to do this.
Can anybody help me out ?