Hi. When a button is pressed, I need to add 1 to a column, called Last_Break
I tried
It does not throw an error but the column is not updated.
Any ideas?
TIA
I tried
VB.NET:
Me.OleDbUpdateCommand1.CommandText = "UPDATE users SET Last_Break=Last_Break+1 WHERE Username='" & sCurName & "'" '
It does not throw an error but the column is not updated.
Any ideas?
TIA