Writing to an msAccess db from txtBox Data
Can any one help me?I'm just new to programming so this may sound quite trivial but it has me stumped!
I have designed a form which has alot of textBoxes to gather user's personal details. These details have to be then writen to a database in msAccess.
I have worked out this code which loads the textboxes with the database entries but I dont need this!
oleDABookinsAll.Fill(DsAllFields1)
'This is in a button procedure to click through the data rows
BindingContext(DsAllFields1, "Bookings").Position = BindingContext(DsAllFields1, "Bookings").Position + 1
What I want to do is keep the bindings but not show the data...just copy the input data from the textboxes to the database.
Can anyone fill me in on how to do this?
Please keep it simple though because I am just new to all this!(3months)xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxx
|