Quote Originally Posted by DirtyHowi
you need to look at frmHS lines 211 and 213, it appears to be something with your data but i coudn't make out all the info in the errors.
this the code where lines 211 and 213.
Code:
       'Save the changes back to the database        
Try            
daGrade.Update(dsGrade.Tables("tblEnrol"))            
dsGrade.AcceptChanges()