When trying to run the following code I get a 3251 runtime error. It says "...not supported by the provider...". I am using ADO (ActiveX Libarary 2.1).

----------------------------------------
With rsName
.addnew
.rsName.Fields("fldFirstName").Value = txtFName
.update
End With
-----------------------------------------
the code will not go past the Addnew command. I am new to ADO, so any help would be really appreciated. Thanks