S
short
I recently was put in charge of a database someone else did, and since then
has left.
I'm confused as to why this person did this. There is one table that is
basically the main table or parent table and then there is a child table with
a PK for the child and the a FK of the parent. But then this person took both
PK and placed them into a seperate table. All this table has is the PK for
both tables.
Now I'm trying to on a form update the child table's information, and when I
try to do this it does not fully update the information on the form. The info
is in the table but when I'm trying to look up different parts of tables with
the combo box the information is never there for the child table. I put in
the PK's for both into this thrid table and then it works, but I do not want
to keep having to do this, both tables should automaticaly do this.
Any ideas on what is going on?
has left.
I'm confused as to why this person did this. There is one table that is
basically the main table or parent table and then there is a child table with
a PK for the child and the a FK of the parent. But then this person took both
PK and placed them into a seperate table. All this table has is the PK for
both tables.
Now I'm trying to on a form update the child table's information, and when I
try to do this it does not fully update the information on the form. The info
is in the table but when I'm trying to look up different parts of tables with
the combo box the information is never there for the child table. I put in
the PK's for both into this thrid table and then it works, but I do not want
to keep having to do this, both tables should automaticaly do this.
Any ideas on what is going on?