Hello,
I have an aplication about register projects and validation by the bosses. First i have a form to document the project, and i have two tables, one “documentation” is the one where all the project data is saved and the second one validation, is where the name of the person who validate, date and area to aply is save.
Both has a field call id_project that is a consecutive that increase automatically.
When i save the form documentation the data is save in the first table but i also want the id_project could be insert in the second one.
You have an idea of how can i do this??