You should be commanding the DataGrid not the DataControl like this..........

Private Sub Command1_Click()
DataGrid1.Row = DataGrid1.Row + 1
End Sub