S
Sean Smith
Hi,
This is my first post,
I have a Database that I have two tables with a one-to-one relationship setup.
I have done this as they track two groups of information on the same PK,
there is potential to have other tables setup the same way. It would get
messy quickly to have all the fields in one table.
I've setup the relationship no problem, Ref. Int is on and does what it is
supposed to do.
Each table is edited by a different form, I canot figure out how I add a
record to either table as it breaks Ref Intg. (The key does not exist in the
other table).
I understand this should happen, but I'm not sure of a best practice to get
around it. I suspect I should setup a event 'Before Update' with an append
sql statement, testing for the record first?
Any thoughts would be welcome.
This is my first post,
I have a Database that I have two tables with a one-to-one relationship setup.
I have done this as they track two groups of information on the same PK,
there is potential to have other tables setup the same way. It would get
messy quickly to have all the fields in one table.
I've setup the relationship no problem, Ref. Int is on and does what it is
supposed to do.
Each table is edited by a different form, I canot figure out how I add a
record to either table as it breaks Ref Intg. (The key does not exist in the
other table).
I understand this should happen, but I'm not sure of a best practice to get
around it. I suspect I should setup a event 'Before Update' with an append
sql statement, testing for the record first?
Any thoughts would be welcome.