Hi,
I have a form thru which I add new user and/or edit users list. Adding a new user is okay. Edited data is also saved with the update tableadapter.update method, but as soon as I close the form, the data is set back to the original values. (However new records
are there). Data is stored on table "Users", which is part of the "Database.sdf".
Me.UsersTableAdapter.Update(Me.DatabaseDataSet)
Please help, how can I save/update the values for existing items.
View Complete Post