Loading

Show your talent, VB input+ms.access database=Vb output display from ms.access database

1 post / 0 new
Offline
Joined: 08/06/2010
Show your talent, VB input+ms.access database=Vb output display from ms.access database

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...

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.