Hello,
I'm a bit new to all of this, so the answer here may well be that I'm just doing it wrong
I have two tables, both with a primary key field of reqID. The relationship between them is 1 to 1 and, when I try to insert data into them, I get a Primary Key Violation error. I can see why (I think) - a record can't exist in one table without a corresponding record existing in the other, but I can't create a record in either, as it will always throw a key violation...
So what's the logic of this? Can I not have a 1 to 1 relationship between these tables? Can I tell Access to ignore the key constraints temporarily? It seems like a paradox to me
Any advice will be gratefully taken,
Thanks,
Paul
I'm a bit new to all of this, so the answer here may well be that I'm just doing it wrong
I have two tables, both with a primary key field of reqID. The relationship between them is 1 to 1 and, when I try to insert data into them, I get a Primary Key Violation error. I can see why (I think) - a record can't exist in one table without a corresponding record existing in the other, but I can't create a record in either, as it will always throw a key violation...
So what's the logic of this? Can I not have a 1 to 1 relationship between these tables? Can I tell Access to ignore the key constraints temporarily? It seems like a paradox to me
Any advice will be gratefully taken,
Thanks,
Paul