Hi everyone,
Each product has four stages s1 s2 s3 s4
I want to track the stages each product pass through
As per below explanation
Table1(the main table)
Pro1 s1
Table2
Pro1 s1
Table1
Pro1 s2
Table2
Pro1 s1
Pro1 s2
Table1
Pro1 s3
Table2
Pro1 s1
Pro1 s2
Pro1 s3
So table2 track the changes in the product stage.
I think All the coding should be done on table2
Please help