I am learning from tutorial sites,book and having problem with sql statement .I cannot figure it out myself ,I will apprecite if someone help me . CmdStr = "insert into table1 (item1,item2,item3,item4,item5,item6,item7,item8,item9,item10) values ('" & TextBox1.Text & "','"& TextBox2.Text & "','"& TextBox3.Text & "','"& TextBox4.Text & "','"& TextBox5.Text & "','" & TextBox6.Text & "','" & TextBox7.Text & "','" & TextBox8.Text "','" & TextBox9.Text &"','" & TextBox10.Text &"')" CmdStr = "insert into table2 (item5,item6,item7,item8,item9,item10) values ('" & TextBox5.Text & "','" & TextBox6.Text & "','" & TextBox7.Text & "','" & TextBox8.Text & "','" & TextBox9.Text & "','" & TextBox10.Text & "')"