java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
String id= t1.getText();
int c1=Integer.parseInt(rc1.getText()); /* rc1 is a radiobutton */
statementobj.executeUpdate("Update tablename(fieldvalue) values('"+c1+"')where ID='"+id+"'");