I have three tables each has an id and attribute (for example company and company id)
then I have one table which should receive the attributes from all three tables either by id or company. Once I enter information on each of the tables - I hope to see that it changes also child table with all attributes.
on example of just two tables :
Table 1 company id (autonum) and company name
table 2 to conclude all attributes : location id (autonum) location company id company(number) name
I have relationship one to many parent table 1 child table 1; but I do not see changes in table 2 if I change table 1 and I have to manually enter all data in table 2 because it is not being feeded from table 1.
I am not inputting data one by one by have to upload so I cannot use the submission form to pass the parameters I suppose.
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
mariamuk
Hi
I have three tables each has an id and attribute (for example company and company id)
then I have one table which should receive the attributes from all three tables either by id or company. Once I enter information on each of the tables - I hope to see that it changes also child table with all attributes.
on example of just two tables :
Table 1 company id (autonum) and company name
table 2 to conclude all attributes : location id (autonum) location company id company(number) name
I have relationship one to many parent table 1 child table 1; but I do not see changes in table 2 if I change table 1 and I have to manually enter all data in table 2 because it is not being feeded from table 1.
I am not inputting data one by one by have to upload so I cannot use the submission form to pass the parameters I suppose.
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.