Not worked in Access97 for years now. So not sure of the syntax.
First of all ( atleast in Access 2k )
db.OpenRecordset("STATUSCOMMENTS", , dbOpenDynamic) should be like
db.OpenRecordset("STATUSCOMMENTS",dbOpenDynamic,, dbOptimistic)
Also the DBEngine.OpenDatabase should have the System...