I have a application that I am working on that returns search results to a Datagrid. What I would like to do is when the user clicks on the info line they want have it open another form with only that data populating the new form. For example, the click on the vendor record for Vendor No: 1234, a form will open for Vendor 1234 with more detailed info, not a datagrid but a UI thats more user friendly. I think I will need to have a query that will run upon load with the vendor number being passed from the datagrid.