I was instructed to build a database to keep track of scrapped parts. A form will also be manually filled out within the company (not sure why they are doing that but that's out of my hands). On this form there is a ticket No at the top and each ticket number can have up to four scrapped part numbers with their descriptions. In the database they want the part description to fill in on the form automatically when the part number is typed in. I figured that out using the lookup wizard. (Once the part number is typed, it looks it up in a separate part table) The problem I am running into is I don't know how exactly to handle this since there can be up to four part numbers for each record in the database. I hope I have explained myself clearly.