Primary key in trigger how to insert in child table in same form
I have parent and child table and devloped a form with master chil relationship. I am insertng the primary key in parent table using "Before Insert Trigger".
The problem is in child table i get the message cannot insert null in to foreign key column as on form the parent primary key remain null.
regards
Hina