output take from ms.access Database

Submitted by maddyrafi on
Hai: I have vb program like this in vb Private Sub CommandButton1_Click() TextBox3.text = Val(TextBox2.text) + Val(TextBox1.text) End Sub i want to store the result in ms.access database and i want to display the output result from ms.access database how is it ?