Show your talent, VB input+ms.access database=Vb output display 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 ? Pls give me soln...