Hi All
i have splitted Sharepoint From in to 4 screens and added submit button in all 4 Screens..
here user will use there Record only .
after submitted the form should display as editform.without created as New one.
onscreen 1 :
on Submit button : i used SubmitForm(Form1)
on Form1 Sucess: Set(varLastSubmit,Form1.LastSubmit)
on Form1 Item: If(!IsBlank(varLastSubmit),varLastSubmit)
the above code is working for 1 screen : after submit ,it is display editform.
but same code not working on other screens, where i changed Form1 as Form2,Form3&Form4.. in Sp it creating more rows.
how to fix it ?