First of all Gandalf Thanks for your time.
So I have a datagridview that fill from one table from access.
In my datagridview i want to show 7 of me fields. (Totaly i have 9 fields)
In one of them i want to put a number that calculate before save and the other put the system date and time..
My datagridview for save has this code
Private Sub Movement_roller_DBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Movement_roller_DBindingNavigatorSaveItem.Click
Me.Validate()
Me.Movement_roller_DBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.RollerDataSet)
End Sub
What can i do to fill my 2 hidden fields before save??????
I hope to be more specific
Thanks and regards