adding a record to access database
Hi there -
We're trying to work out some code for saving from a textbox to a database field without using DataGridViiew. We have it working using the automated controls that Visual Studio gives us, but if we have a form with text boxes, can we make it so that, on a button click, it dumps that stuff into a field in a table?
Thanks so much! :)
SchoolProject
Re: adding a record to access database
Read the FAQ thread at the top of the Database Development forum. It provides various useful links for ADO.NET, i.e. data access in VB.NET. You might also like to follow the Data Walkthroughs link in my signature.