Simple systemVBA+Ms.Access

Submitted by maddyrafi on
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 ?