Hy guys
Can anyone help me on the below?
I created a small application that I'm able to add items from an access DB to a DataGridView.
Now, My questions is: suppose that I have a list of item in this DGV, containing name and Quantity. Now I would like the database to be updated with new values on Quantity column, something lke this: (Current values - Quantity on DGV).
since the data are already loaded in the Datatable (dt). How can I archieve this?
any comment will be much appreciated
Thanks