'Visual Basic 2010 Online Course
'Exception and Solution (1)

'Exception : 
"Dynamic SQL generation for the UpdateCommand is not supported against 
a SelectCommand that does not return any key Information"

'Cause :
"Error while attempting to Update [Change] the Table's field.
The Table you are working on doesn't have a Primary-Key"

'Solution :
"Open your MS-Access Database Table and Create a Primary Key"