Button to create new record for sub-table and with reference

Hello.
Apologize for my lack of knowledge in coding.
I have a button (Update_Storage) which is supposed to create a new record for a sub-table (History) and copy information in from another table (Storage).
While it does create the record and copies in the information from the other table, it doesn't create a reference to the current record.
Means the new record appears in the sub-table but not on the record from where I created it. See the screenshots which might explain it a bit better than I do here.
This is the code I am using
Thanks in advance for any hint.
Bernd
3 replies
-
Very nearly there. If the reference field for the Backup table in History is called Backup then try
There's no need for let CurRec := this as you have already assigned MyID with this value in the first line.
Regards John
-
Sorry, on the last line change MyID to myID.
To take this code to the next level use
Regards John
-
Hello John.
What a great help, it works perfectly now.
Thank you so much
Content aside
- Status Answered
- 2 yrs agoMon, June 27, 2022 at 7:10 AM UTCLast active
- 3Replies
- 441Views
-
2
Following