Hi, I have a database for keeping track of spare parts in my department. Currently users have to enter the part information and then assign that part to a machine on another form.
The new part form has the following fields.
Part Description:
Part Number (PK)
Part Supplier
Part Price
Part Location
When the user inputs this information they then open another form using a button to assign the part to a machine.
That form has the following fields:
Machine Part ID
Machine ID
Part Number (FK)
I was wondering if there is a way to auto populate part number on this form using the part number on the first form. Both forms are open at the same time.
Thank you for any help given.
Alan
The new part form has the following fields.
Part Description:
Part Number (PK)
Part Supplier
Part Price
Part Location
When the user inputs this information they then open another form using a button to assign the part to a machine.
That form has the following fields:
Machine Part ID
Machine ID
Part Number (FK)
I was wondering if there is a way to auto populate part number on this form using the part number on the first form. Both forms are open at the same time.
Thank you for any help given.
Alan