I have 2 tables joined in Views. I tried both inner and outer join for a field EEID which is an auto number in the parent table and an integer in the child.
But when I enter a new record in the parent table, the record doesn't get inserted into the child table.
I also tried relating the two tables via relationship setup. I tried both "inner" and "left outer" connections and "one-to-many" for the parent table.
None of these work.
Lastly, I already have a trigger setup in the parent table and from what I understand, you can only use a trigger to update one other table.
Is my understanding wrong about triggers?
Can anyone please help with the relational setup?
How can I arrange it so that whenever I enter a new record in the parent table, the child table(s) will have the same record (e.g. EEID) ?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
EmmePGN
I have 2 tables joined in Views. I tried both inner and outer join for a field EEID which is an auto number in the parent table and an integer in the child.
But when I enter a new record in the parent table, the record doesn't get inserted into the child table.
I also tried relating the two tables via relationship setup. I tried both "inner" and "left outer" connections and "one-to-many" for the parent table.
None of these work.
Lastly, I already have a trigger setup in the parent table and from what I understand, you can only use a trigger to update one other table.
Is my understanding wrong about triggers?
Can anyone please help with the relational setup?
How can I arrange it so that whenever I enter a new record in the parent table, the child table(s) will have the same record (e.g. EEID) ?
Emme
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.