Inserting data from vb winform to a access table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abetha
    New Member
    • Jun 2007
    • 1

    Inserting data from vb winform to a access table

    I am trying to insert data that is captured from a vb windows form into an access table.
  • Sourie
    New Member
    • Sep 2008
    • 1

    #2
    You need to do something like this:
    <removed whole code solution>

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      Please don't do people's work for them. We can help with specific coding issues, but for questions as basic and general as this, we prefer you direct them to the MSDN or one of our articles.

      Speaking of articles, here are two on this very site that will help you do just that:

      For the connection string, visit http://www.connectionstrings.com.

      Comment

      Working...