JumpinJimRivers
MIS
I posted a thread on this previously but I'm not sure I explained it very well, so I'm going to try again because I am really stuck on this.
I need to copy all of a Current record to a New record using some append or insert method- no problem. But the record has subrecords that need to be copied too, so the problem is, after the New record is made (and obviously has a New ID from the Current) I still need the Current ID to copy the subrecords because the Current ID is obviously its foreign key. So how do I use the Current ID as the criteria to copy over the records but write the New ID as its actual foreign key so the new record has new subrecords!
Hope that makes sense and you can help. Thanks much.
This is probably not as hard as I am making it to be
I need to copy all of a Current record to a New record using some append or insert method- no problem. But the record has subrecords that need to be copied too, so the problem is, after the New record is made (and obviously has a New ID from the Current) I still need the Current ID to copy the subrecords because the Current ID is obviously its foreign key. So how do I use the Current ID as the criteria to copy over the records but write the New ID as its actual foreign key so the new record has new subrecords!
Hope that makes sense and you can help. Thanks much.
This is probably not as hard as I am making it to be