ado, MSHFlexgrid,MSAcess and Textbox

what I have done: Using ado, MSHFlexgrid,MSAcess and Textbox, I have been able to assign the field data to a textbox on the form, which I can browse for different records using adodc.

what I want: I want a textbox to display a particular element (row,col) of a MSAccess table, change the data displayed in textbox --later i will update the ado. I want the data and use it for further calculations, so please dont suggest an editable grid.
Text1.Text = Adodc1.Recordset.Fields(1)
what after this to get a particular element??
[542 byte] By [safevix] at [2007-11-19 14:04:09]