hmmm I am trying to think of the best way to ask this question.. So, here goes...

I have a datagrid on my form... Works great displaying my data fields but what I want to do is....

Make it when the data row is clicked on (Lets Say John Smith - SSN:999-99-9999) it will open a new form and display information for "John Smith" only using Textboxes and such.. not using the Datagrid... I am sure I have to get the value of what was clicked and then use a query when I display the form... My only question is how?

Any help is appreciated....

Anjari