The form has parts to enter personnal information of 1 to 3 subjects as well as 1 or 2 vehicules. Supposed the user needs to add a 4th suject, he will open another blank form and enter the data. I want information such as file number, event address, etc as well as dates and signatures to transfer from one file to the other.
I managed to do it manually in a very tedious way where the second form uses the activeDoc() method to "detect the first form", put the values needed in an array before laying them down in according fields.
I felt it would be much simpler to export everything in a DB and detect the DB when opening the second form to import data.