In an application I have forms which on submit are mailed to my mail box. After verification I manually insert the form data into their respective tables, e.g. for an application form into the tables: company, address, nfa, and contact. Since this is a rather time consuming task I thought of inserting the form data into a form_table and retrieving them into a four part form (one for every table), and after verification submitting each form and on form acceptance insert the data into the individual tables.
I wonder whether there is the right way to proceed or whether there is a better way to execute this task. Kind regards, Annet.