I have a situation where I have to insert various set of values in various tables. I want to get all values through separate forms but all table will have similar ID which is also primary key for all.
Now I am not sure how to receive and process data from all forms at once? I mean how do I create all forms dynamically for all tables and then receive data in them all at once ?