I am trying to create a form that will lookup and display information after a user input. Specifically I have a table with one field which is a list of lot numbers of products, and several other tables containing test results and their corresponding lot numbers, all lot number fields are related and have to be contained in the table dedicated to lo numbers. The user will input a lot number and the form would export test results, how would i go about doing this?