Access database
Hai:
I have create a table in access, and i have a code like this in vba
Private Sub CommandButton1_Click()
TextBox3.text = Val(TextBox2.text) + Val(TextBox1.text)
End sub
- Read more about Access database
- Log in or register to post comments
- 6 views