Hello,
I have a form which combines 2 fields Organization and Org.Branch that come from separate tables joined with referrential integrity one-to-many.
In this form I'm trying to insert a new Organization and its Branches. I can enter Organization but when I proceed to enter the Branch it doesn't let me saying that join key of one of the tables is not in the record set.
How can I solve this? Is there a way to require or refresh both tables' records after I enter Organization?
Thank you,
oleg
I have a form which combines 2 fields Organization and Org.Branch that come from separate tables joined with referrential integrity one-to-many.
In this form I'm trying to insert a new Organization and its Branches. I can enter Organization but when I proceed to enter the Branch it doesn't let me saying that join key of one of the tables is not in the record set.
How can I solve this? Is there a way to require or refresh both tables' records after I enter Organization?
Thank you,
oleg