@crliu ,
There is not quite a concurrent saving, but here is my simplified solution.
OnSelect property of the SAVE button ( most probably a button control) :
SubmitForm(Form1)
OnSuccess property of the Form1:
SubmitForm(Form2)
OnFailure property of the Form2:
Remove(DataSourceForm1,Form1.LastSubmit)
Hope it helps !