Dear Friends,

I am using VB6 with MS Access as backend database. The recordset is bounded to database through MSHFlexGrid. (Set MSHFlexGrid1.DataSource = rs)

I have 4 columns in MSHFlexGrid & 4 Textboxes on form.

Now, when I move through the records in MSHFlexGrid the exact data in the cells should appear in the related textboxes.

How to get this job done?

Thanks in advance.