I want to take a selected record from a Datagrid in VB6 and on command1_click load the highlighted record field by field into textboxes?

txtFName = datagrid1.??????

FName is the first column of the datagrid.

Am I even close???