Hi,
I have an Orders table with a field that contains product numbers. The product numbers are the real product numbers, not the Product_ID (autonumber) from the Products table. This was a mistake because I need to change product numbers in the Products table and they won't be updated in the Orders table.
Can anyone show me how to write some code that would change the product numbers in the Orders table to the Product_ID in the Products table? I only need to do this once, but I have 1000's of records. :-(
Any help would be greatly appreciated!!
Tom
I have an Orders table with a field that contains product numbers. The product numbers are the real product numbers, not the Product_ID (autonumber) from the Products table. This was a mistake because I need to change product numbers in the Products table and they won't be updated in the Orders table.
Can anyone show me how to write some code that would change the product numbers in the Orders table to the Product_ID in the Products table? I only need to do this once, but I have 1000's of records. :-(
Any help would be greatly appreciated!!
Tom