I was instructed to build a database to keep track of scrapped parts. The company will also be filling out a scrap ticket form manually (not sure why but I have no control over that).
In the database, employees want the Part Description to pop in the form once the part number is entered. I accomplished this using the lookup wizard in the table. The main table looks in the part table for the description once the part number is typed.
The problem I am having is that the scrap ticket they will be using allows for up to four part numbers for each ticket number (primary key in main table). I am not quite sure how to accomadate for the multiple part numbers in the database or how to lookup each. Hopefully I have explained myself clearly. Any help is appreciated.
Thank you.
In the database, employees want the Part Description to pop in the form once the part number is entered. I accomplished this using the lookup wizard in the table. The main table looks in the part table for the description once the part number is typed.
The problem I am having is that the scrap ticket they will be using allows for up to four part numbers for each ticket number (primary key in main table). I am not quite sure how to accomadate for the multiple part numbers in the database or how to lookup each. Hopefully I have explained myself clearly. Any help is appreciated.
Thank you.