Hi there!
I am trying to insert and update data in two different tables that have a common field that is primary key in one table and foreign key in the other table. I understand that I should use a data relation. Am I right or is there another way of doing this?

Thanks