When running my VBA code in access I get the runtime error 424, "Object Required". This Is the code causing the error (specifically line 2)
DoCmd.RunSQL "DELETE * From PF_PC_TOTAL; "
DmCmd.RunSQL "INSERT INTO Table![PF_PC_TOTAL] VALUES ('Andre', 5, 6 ) ;"