S
Simon
Can you tell me if you have ever heard of this happening and why?
The first indication that 'something' is wrong with the db is that users are
no longer able to enter data into forms whose RecordSource contains this
table (Person) and others. If I look at the Person table, I can see that
there is no longer a Primary Key set. I can re-set the Primary Key to the
[id] field. A month later, users cannot enter into the forms where the
Person table is part of the RecordSource, and I find that the Primary Key is
missing from the Person table again. What is causing the PK to disappear??
As the db is split, I cannot run any data definition code to set the PK on
linked tables! (right?)
This is a database that has been in production for several years. The db is
split and both front end and back end are .MDEs. There are absolutely no data
definition statement in the code that 'could' have eliminated the Primary Key
for the table(because the tables are linked) DB is Access 2000.
Any ideas on what is happening and why??
I really appreciate any input you may have!
Thanks
Simon
The first indication that 'something' is wrong with the db is that users are
no longer able to enter data into forms whose RecordSource contains this
table (Person) and others. If I look at the Person table, I can see that
there is no longer a Primary Key set. I can re-set the Primary Key to the
[id] field. A month later, users cannot enter into the forms where the
Person table is part of the RecordSource, and I find that the Primary Key is
missing from the Person table again. What is causing the PK to disappear??
As the db is split, I cannot run any data definition code to set the PK on
linked tables! (right?)
This is a database that has been in production for several years. The db is
split and both front end and back end are .MDEs. There are absolutely no data
definition statement in the code that 'could' have eliminated the Primary Key
for the table(because the tables are linked) DB is Access 2000.
Any ideas on what is happening and why??
I really appreciate any input you may have!
Thanks
Simon