M
MikeF
In tblCompanies, CompanyID is a "Number" field, non-primary key.
I changed it to this temporarily, as it was being rebuilt in a new db, and
all the old Access2002 id's were replicated, so record #524 had a CompanyID
of
-21118374650238347.
At any rate, it's now in Access2007, all links/lookups are restored to the
CompanyID field, which is numbered 1 to 1000 [this example contains 1000
records].
So, thought it would be easy to change the CompanyID from Number to
AutoNumber w/PK.
Changed CompanyID field to CompanyIDx, sorted ascending, order on load.
Added CompanyID, AutoNumber w/PK.
It comes up in a completely different sort order.
Ie record 1 from CompanyIDx is record 626 in CompanyID, and so on.
Really need the numbers to be equal/correlate in each field.
[Then I can delete the CompanyIDx field and the table is done.]
So far no luck at all after a dozen different attempts.
Can anyone assist?
Thanx in advance.
- Mike
I changed it to this temporarily, as it was being rebuilt in a new db, and
all the old Access2002 id's were replicated, so record #524 had a CompanyID
of
-21118374650238347.
At any rate, it's now in Access2007, all links/lookups are restored to the
CompanyID field, which is numbered 1 to 1000 [this example contains 1000
records].
So, thought it would be easy to change the CompanyID from Number to
AutoNumber w/PK.
Changed CompanyID field to CompanyIDx, sorted ascending, order on load.
Added CompanyID, AutoNumber w/PK.
It comes up in a completely different sort order.
Ie record 1 from CompanyIDx is record 626 in CompanyID, and so on.
Really need the numbers to be equal/correlate in each field.
[Then I can delete the CompanyIDx field and the table is done.]
So far no luck at all after a dozen different attempts.
Can anyone assist?
Thanx in advance.
- Mike