In an old database a client has 1500 customer records with IDs that are just numbers. The same table has products assigned to the customer, awful practice.
In creating a new database that outs client and product data into separate tables is there a way of adding a new CustomerID Autonumber field, but retaining the old IDs? There is so much other history using the old IDs that it has to be retained, so insisting on switching to new numbers isn't an option.