in VB6 updating an Access database I had previously created a recordset using an SQL select statement then used recordset.Fields(x) = array(x) to add new records from an array.

In VB express 2008, the Fields shows as read only. What is the replacement for this method, or even a replacement for recordset!(fieldname)="value"

The vb6 to express converter doesn't replace this code with anything.