Table 1 and Table 2 are not linked. It is just that the ID, name, and date of form1, all automatically get transferred to form 2. So they get inputted in table 2.
For example
If I put "Sam" for the name in form1. Sam gets inputed in the name field of table 1. When I submit the form1, the name "Sam" automatically gets inputed to Form2. So on table 2, the name "Sam" is inputted in the name field.
Does this mean I have a normalization problem and if so how can i fix it?
For example
If I put "Sam" for the name in form1. Sam gets inputed in the name field of table 1. When I submit the form1, the name "Sam" automatically gets inputed to Form2. So on table 2, the name "Sam" is inputted in the name field.
Does this mean I have a normalization problem and if so how can i fix it?