How can I copy all the related records in a subform when I create a new record in the mainform?
I have created a button in the mainform so that when it's pressed, the data in the mainform are copied into a new record (same data table), with one of the keys "versionid" linking the mainform and subform (the parent and child tables) increasing by 1. However, I cannot figure out how to copy all the related data in the subform at the same time.
Any help appreciated.
Al
I have created a button in the mainform so that when it's pressed, the data in the mainform are copied into a new record (same data table), with one of the keys "versionid" linking the mainform and subform (the parent and child tables) increasing by 1. However, I cannot figure out how to copy all the related data in the subform at the same time.
Any help appreciated.
Al