Hi,

I am trying to refresh the datagrid value as soon as it is edited
i.e. I want the edited values to be displayed in the datagrid as soon as I save them.
To do this I have to refresh the recordset object.
Since there is no refresh method associated with the recordset object, how shud i do it (I am not using ADODC)
Everything is being done thru code.

Needed Urgently