M
mthiruma
I have a weird problem. I have a couple of tables - have the same
primary key. I run a query to select the fields from both the tables.
I try to update one of the fields with some data and when I save it,
the primary key of the corresponding record is changed to zero. The
primary key is also changed in the other table. I only want the
changes to be saved - the primary key should not be altered in both
tables.
How do I solve this? Any thoughts?
Thanks
primary key. I run a query to select the fields from both the tables.
I try to update one of the fields with some data and when I save it,
the primary key of the corresponding record is changed to zero. The
primary key is also changed in the other table. I only want the
changes to be saved - the primary key should not be altered in both
tables.
How do I solve this? Any thoughts?
Thanks