1、不要绑定表列;
2、按钮代码这样写
Dim nr As Row = Tables("表A").Addnew
nr("第一列") = e.form.controls("TextBox1").Text
nr("第二列") = e.form.controls("TextBox2").Text