Hai:
How to connect this program to access
Private Sub CommandButton1_Click()
TextBox3.Text = Val(TextBox1.Text) + Val(TextBox2.Text)
End sub
display the vb output and the result should stored in access table
how is it ?
Hai:
How to connect this program to access
Private Sub CommandButton1_Click()
TextBox3.Text = Val(TextBox1.Text) + Val(TextBox2.Text)
End sub
display the vb output and the result should stored in access table
how is it ?
Add new comment