G
Guest
Hi there.
I have a database in which are 4 tables (well, more really but only 4 that
concern this question).
Tables:
Project Info (data is user modifiable)
Individual contact info (read only)
Individual contact changed info (modifiable)
Organization info (read only)
They are related thusly:
Project Info --> Indiviual's Info
Project Info --> Indiviual's Change Info
Indiviual's Info --> Org Info
Indiviual's Change Info --> Org Info
So I have a form which contains fields from all of these tables, info
related to the project, the indiviuals, and the organizations. If a user
needs to change some info they need to do so in the "Indiviuals Change" area
of the form which is reviewed later and incorporated into the Indiviual's
record later.
The problem is that with the Change Info table linked to the Org Info table
(which is read only) it no longer adds records automatically which are
changed. See, before linking the Org table, when someone changes something
it would grab their ID from the Project table and add a related in the Change
Info table automatically, but now it doesn't because of it being linked to
the Org table.
So, anyone have any suggestions on how to make this work better (or at all?)
Thanks very much,
ggggeo
I have a database in which are 4 tables (well, more really but only 4 that
concern this question).
Tables:
Project Info (data is user modifiable)
Individual contact info (read only)
Individual contact changed info (modifiable)
Organization info (read only)
They are related thusly:
Project Info --> Indiviual's Info
Project Info --> Indiviual's Change Info
Indiviual's Info --> Org Info
Indiviual's Change Info --> Org Info
So I have a form which contains fields from all of these tables, info
related to the project, the indiviuals, and the organizations. If a user
needs to change some info they need to do so in the "Indiviuals Change" area
of the form which is reviewed later and incorporated into the Indiviual's
record later.
The problem is that with the Change Info table linked to the Org Info table
(which is read only) it no longer adds records automatically which are
changed. See, before linking the Org table, when someone changes something
it would grab their ID from the Project table and add a related in the Change
Info table automatically, but now it doesn't because of it being linked to
the Org table.
So, anyone have any suggestions on how to make this work better (or at all?)
Thanks very much,
ggggeo