Hi,
I am returning to programming after a long absence (last real work done in VB5.0). I'm trying to do a small customer management project. I'm starting off with a DataGridView on one form showing a reduced number of fields. When the customer is selected a second form gives the full details.
I struggling to find a clean way of passing the selected record to the second form.
Both forms are using the same dataset.

Any ideas (I know it's probably too easy, I spent too many with GW and Quick basic).

Regards

Luke