the code below give a run time 3027 error that says the database is read only. That is not the case however I just upsized the access database to sql 2005 does anyone know what the problem is I have tried everything?
Set rst = CurrentDb.OpenRecordset("Processing", dbOpenDynaset)
rst.AddNew
Set rst = CurrentDb.OpenRecordset("Processing", dbOpenDynaset)
rst.AddNew