Using Foreign Key Forms to update combination tables [message #223227] |
Thu, 08 March 2007 01:26 |
lykmyk
Messages: 9 Registered: March 2007
|
Junior Member |
|
|
I have a custom foreign key form that uses a base table which has a foreign key relationship to a combination table.
The intention is to dynamically update the combination table from the foreign key form.
I am able to call the Key Flexfield from the the foreign key form; however when i try to insert i get a constraint violation.
So my question is:
In apps, when a form dynamically updates a combination table how is the unique combination ID shared ( communicated/passed unto ) between the combination table and the table with the foreign key relationship during insertion.
|
|
|