Hello,
I would like to record in one button different forms, how can I do that ?
I tried this formula "SubmitForm(Form1;;Form2)" but it's only recording my Form1.
Thank you for your help

Hello,
I would like to record in one button different forms, how can I do that ?
I tried this formula "SubmitForm(Form1;;Form2)" but it's only recording my Form1.
Thank you for your help
Ok I found it !
I did with this formula "SubmitForm(Form1);;SubmitForm(Form2)" and it's working great !