I have a datagrid, when the user clicks on a row, I want to direct the user to another form that displays the data selected as a single record..

How do I retrieve the ID field from the row selected in the datagrid..so that I can get all the tables that relate to that ID number on the new form??

THANK YOU