我在窗体中做了一个按钮和一个数值输入框NumericComboBox,在数值输入框中填写数值n后,再点击按钮,就可以在表中增加n行,这个按钮代码应该怎么写呢,谢谢!
Dim num As Integer
?Dim dr As DataRowdr = Tables("表A").AddNew(num)