I am asking again for help to finish my project I started 18 months ago when I retired and still have no clue how to finish it
Private Sub BindingNavigatorAddNewItem_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorAddNewItem.Click
'What goes in here to call and run a Dataset-Tableadapter-insert command to
'select a row from a Datagridview-form and run the insert-command to put
'that row into Table2
' I am lost completely as what to do!!!
Me.taManager.UpdateAll(Me.CoursesPlayedDataSet)
CoursesPlayedDataSet.AcceptChanges()
End Sub
Thanks David