Hi rez1970,
Based on my understanding,the problem you are facing is how to save the data you entered in the form.
The above code doesn't provide anything that persists the data, in .NET, you can try to use UserSettings to store your data so that you can reload data when the application starts a new sesison.
You can refer to
this article for steps on how to use Settings. The code in that article is C#, if you have problem with this, please feel free to let me know.
Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.