Question User input to MS access mdb

Slider

Member
Joined
Jun 11, 2009
Messages
22
Programming Experience
Beginner
Hi all

I am an absolute newbie in vb.net. I have created an Access database which consists of just 2 fields, Barcode 1 and Barcode 2.

I have also created a form in VB.net which has 2 text boxes. I want to add the user input from the 2 text boxes into the access database - 1 textbox into field named Barcode 1, the other into Barcode 2.

How would I go about this?

Thank you.
 
Read the DW2 link in my signature, section "Creating a Simple Data App"

That will get you started with all the major basics of database interaction
 
Back
Top