G
Guest
One field, the primary key, was indexed or sorted into a different order. The
other fields in the table, however, did not change along with it. Now I have
a lot of records tied to the wrong primary key. For example, I had as the
primary key
Primary Project
A26 1
A27 2
And after the sort/index, I now have something like this:
A27 1
A26 2
Does anyone know why the other fields did not accompany the primary key?
other fields in the table, however, did not change along with it. Now I have
a lot of records tied to the wrong primary key. For example, I had as the
primary key
Primary Project
A26 1
A27 2
And after the sort/index, I now have something like this:
A27 1
A26 2
Does anyone know why the other fields did not accompany the primary key?