For example, I have a form for info associated with version 4.1. What I want to do is edit that info and save it as version 4.2, but also keep the previous version. Obviously I could do this by creating a new record, but a lot of the info remains the same which is why I want to avoid that. Right now if I edit the info on the form it just overwrites the old info.
Asked
Active
Viewed 36 times
0
-
Your question has a lot of language/terminology issues but assuming your question is: Can I have a form automatically create a duplicate of the current record and set it as the current record so I neither overwrite the previous record not have to re-enter all the information, then the answer is yes, you can write code in Access that does that. – SunKnight0 May 31 '17 at 19:24