Hai:
I have vba code like this
Private Sub CommandButton1_Click()
Textbox3.text=val(textbox2.text)+val(textbox1.text)
End Sub
now i want to store the input and output database values on ms.access and the output display in vba how is it ?
and also the input and output values are automatically saved on ms.access database
my mail: maddyrafi@gmail.com
pls help me.
- 1 view