Hi there:

I extract a recorset that has 10 records and 5 fields
I can edit all the records in the recordset at once using a Grid.
I modify them by editing the contents of the grid cells.

Which is the best way of modifying the data in the underlying table?

Should I use rs.edit .......... rs.update to modify all the records in the
recordset? Are there any other methods? I´m using DAO 3.6.

Thanks