G
Guest
I am using the following code to update my datagrid in a win form that is the
front end to an Access DB.
Me.BindingContext(School11, "Student").AddNew()
OleDbDataAdapter1.Update(School11)
My question is how do I have the datagrid select the new record after it
updates?
front end to an Access DB.
Me.BindingContext(School11, "Student").AddNew()
OleDbDataAdapter1.Update(School11)
My question is how do I have the datagrid select the new record after it
updates?