I will have a text box where user can enter 0-9999 . If the user enters 10 i would like to load a Form. This form will have some controls and buttons namely Save . If user enter data and click on save i would like to clear the fields and have to show that form again up to the number of times(as per i said 10) corresponding to the value entered by the user in the textbox.
Share
instead of showing the form 0-9999 times, you could pass the value (0-9999) to the form, and clear the fields on that form for 0-9999 times after user click on save and then close it.
e.g: