ado, MSHFlexgrid,MSAcess and Textbox
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??

