The company I work for is in the midst of a sale and the new owner wants to utilize the Access database I've created. However, as part of the purchase agreement, he only gets access to some of the records. With this in mind, I'm creating a new database, a large project but also a great chance for me to clean-up the old database (I've learned a lot about Access and databases over the past 8+ years). With all this in mind, I'm on to one of the greatest challenges I've faced so far, cleaning up the product list.
tblProduct
ProductID - PK - autonumber
ProductName
etc...,
We currently have around 250 products in the list. Of these, only about 105 are "active" products. The rest have all been discontinued. The new owner wants only the active products in the new database, and he'll be adding new ones eventually.
Originally, I thought I would just upload the list of active products, eliminating all the inactive ProductID numbers, starting fresh. In theory it sounded like a good solution, until I found out that the new owner is getting the past 2-years of product-sold numbers. So, my idea of uploading only "active" ProductID information cannot be done because the previous ProductID from the original database would not match the new database ProductID. (example, ProductID 1, 3, 15, 27, 32, etc. are all currently discontinued items, so right from the get-go the new numbers do not match previous ones).
Has anyone every tackled this type of issue in the past? Any best practices or theories on a way to achieve a "cleaner" product list but use previous ProductID for specific items?
Thank you for your insights.
tblProduct
ProductID - PK - autonumber
ProductName
etc...,
We currently have around 250 products in the list. Of these, only about 105 are "active" products. The rest have all been discontinued. The new owner wants only the active products in the new database, and he'll be adding new ones eventually.
Originally, I thought I would just upload the list of active products, eliminating all the inactive ProductID numbers, starting fresh. In theory it sounded like a good solution, until I found out that the new owner is getting the past 2-years of product-sold numbers. So, my idea of uploading only "active" ProductID information cannot be done because the previous ProductID from the original database would not match the new database ProductID. (example, ProductID 1, 3, 15, 27, 32, etc. are all currently discontinued items, so right from the get-go the new numbers do not match previous ones).
Has anyone every tackled this type of issue in the past? Any best practices or theories on a way to achieve a "cleaner" product list but use previous ProductID for specific items?
Thank you for your insights.