I have one mdi child form with some database controls and other controls on it.
the first mdi form is called MdiFrm1
I would like to programatically make a MdiFrm2 and so on.
Each form would be the same with the exceptions as follows: Unique Name, Caption, values in certain text boxes, and relating to a table in the database. Each table in the database will be named the same as the caption on the MdiFrm

This is an electrical panel schedule manager. mdifrm1 will be panel A,mdifrm2 will be panel B and so on. Some times the panels will be called 2A for second floor first panel or some other minor human variances. Because I can not guarante(or spell) the panel names will be sequential I will make that a text box input on the form.
The data input on the mdifrm will go into a table in an access database. the database will have as many tables as there are mdifrms.
I have the first mdifrm and table created. I Need to be able to make a copy of each when the user wants to input a new panel schedule.
any input, ideas, thoughts will be apprecaited. I have just started this program and this mdifrm idea may not be the best. The company has decided on the use of a database so that is fixed.
thank you for your time and have a good day