The .AddNew command as specified below doesn't appear to work and gives the following error:

Object or Providers not Capable of preforming requested operation

UserRs.AddNew
UserRs("userlogin") = getusr()
UserRs("viewpic").Value = True
UserRs("viewtip").Value = True
UserRs("viewupdate").Value = False
UserRs.Update

The error occurs ont he UserRs.AddNew line.

The UserRs is an open ADODB.RECORDSET database connection and as far as I am aware should work.

Any help or feedback would be appreciated.

Simon