|
Hey guys, I was messing around, trying to learn VB.. and What i'm trying to do is create a form to input data into a MS Access MDB file.. Now, I've created a database called ChName.MDB, with one column in it called CH_Name now in VB i've created a form with a Text box which is connected to the CH_Name column in the database file... but now what i'm having trouble with is, how do I get it to submit it? Obvious would be creating a button to submit the data, but how do I link it to actually submit the data and clear the Text Box, and also, how would I do it, if I wanted to input more than one text box?
--- Ps sorry... I just realized I've put this in the wrong section... didn't see the VB.NET area!! ---
This post has been edited by dvspriest: 21 Jun, 2008 - 10:27 AM
|