Hi all, and thank you for your answers.
I have to collect many informations, and with that informations print a document.
Informations are divided by 8 "type":
- financial informations (bank coordinates)
- personal informations (name, fiscal code, address...)
- business informations
...and so on.
I need suggestions about the best way to collect these informations.
This is what is in my mind:
a mask for every "type" of information.
After insert the data, press "NEXT" to the next mask.
Every mask must put the data in many linked tables, but the main table "DOCUMENT" contain the references to the other tables with the data collected.
I thought about a control on every mask:
every mask must contain a minimum data to be considered "completed".
If this data is inserted, the "next" button put a flag in the main table relative to that mask.
At the end i check the flags, and if all are checked i can print the document.
Is this a good way?
Have you got alternatives?
Thanks again, and have a nice day.


Francesco
I have to collect many informations, and with that informations print a document.
Informations are divided by 8 "type":
- financial informations (bank coordinates)
- personal informations (name, fiscal code, address...)
- business informations
...and so on.
I need suggestions about the best way to collect these informations.
This is what is in my mind:
a mask for every "type" of information.
After insert the data, press "NEXT" to the next mask.
Every mask must put the data in many linked tables, but the main table "DOCUMENT" contain the references to the other tables with the data collected.
I thought about a control on every mask:
every mask must contain a minimum data to be considered "completed".
If this data is inserted, the "next" button put a flag in the main table relative to that mask.
At the end i check the flags, and if all are checked i can print the document.
Is this a good way?
Have you got alternatives?
Thanks again, and have a nice day.



Francesco