I am building an order form that will pull up and display info from a table. I have ticket numbers that are unique. However, the customer names, products, and order dates are not unique. I would like to create a form that will allow me to view information by entering the order date, product, or company name and having all tickets (records)relating to that date, company, or product be listed. When I click on the appropriate record, I would like to open a form (I can design it on my own since it simply pulls the selected record) that displays the selected record. Can anyone give me the basic steps that I would go through to set this up? I apologize for asking such a complicated question.