Dag Solder
New member
- Local time
- Today, 19:15
- Joined
- May 8, 2020
- Messages
- 19
Hi all,
This is my second post on the forum, and I am very much a novice. I hope that the following explanation is sufficient.
I have a project where a form allows the user to record a series of events. Many of these events are chosen by cascading combo boxes, whilst others are just text input boxes. This side of the project is now up and running with the kind help received from this forum.
The next step of the project would be to allow the user to modify certain aspects of the initial record, probably only the text input boxes.
I had thought of duplicating the original input form and saving it with a different name and then disabling / removing the selections I don’t want the user to touch, however, this would not really serve my purpose.
What I would like to achieve is to retain the original information, but to have a revised record with a revision number, so that it is possible to review all changes to the record.
I don’t want to record usernames or computer information, but just updates (revisions) to the original entry.
I have attached a much stripped down version of the project, please excuse the data, but it is just for illustration.
As you will see, I have 6 records in the table, if for instance I wanted to change the details in record ID 4, I would like to retain the original record and also a revised version. The unique identifier would be “Report Number” so for record ID this would be: “Nuisance Report 2”
Another part of the project concatenates the manually entered report number and the manually entered revision number, but ideally, I would like the revision number to be auto generated each time a revision is saved.
Is this possible and how would you go about it??
As before, any help would be gratefully received.
All the best, Dag
This is my second post on the forum, and I am very much a novice. I hope that the following explanation is sufficient.
I have a project where a form allows the user to record a series of events. Many of these events are chosen by cascading combo boxes, whilst others are just text input boxes. This side of the project is now up and running with the kind help received from this forum.
The next step of the project would be to allow the user to modify certain aspects of the initial record, probably only the text input boxes.
I had thought of duplicating the original input form and saving it with a different name and then disabling / removing the selections I don’t want the user to touch, however, this would not really serve my purpose.
What I would like to achieve is to retain the original information, but to have a revised record with a revision number, so that it is possible to review all changes to the record.
I don’t want to record usernames or computer information, but just updates (revisions) to the original entry.
I have attached a much stripped down version of the project, please excuse the data, but it is just for illustration.
As you will see, I have 6 records in the table, if for instance I wanted to change the details in record ID 4, I would like to retain the original record and also a revised version. The unique identifier would be “Report Number” so for record ID this would be: “Nuisance Report 2”
Another part of the project concatenates the manually entered report number and the manually entered revision number, but ideally, I would like the revision number to be auto generated each time a revision is saved.
Is this possible and how would you go about it??
As before, any help would be gratefully received.
All the best, Dag