I have a program with six related tables. The primary table uses an autonumber field as the unique key field. The program is designed to prepare Bid Quotations on indivual parts. Occasionally there will be two parts that are nearly identical. Rather than forcing the user to enter information on both parts in all six tables, I created a series of queries that will duplicate a part in all tables with multiple records in some tables with a new part number. The new part number is suppplied by the user. Everything works fine but I need to store the Bid Number (autonumber) of the new part. This new autonumber will then be used to update the remaining tables that use BOTH part number and Bid Number. Thank you for any help.
Michael
Michael