I have created an unbound datagridview to show data results from manipulation of data from a primary table. Is there a way to now save the data in the datagridview to a new table?
You are most likely going to loop through the rows of your datagrid and write the cell values to corresponding table field values and then add the new record one at a time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.