Hi,
I am new to VB.Net. I worked with VB6 before but there are a lot of changes in VB.Net. I am trying to work with an access database through a windows form. I am using OleDbConnection and OleDbDataAdapter to connect to the database and link the table to a DataGrid. I got that part to work so far. But I am trying to create some simple navigation buttons on the form and have no idea where to start. I would like to create Find, Next, and Previous buttons to navigate through data on the DataGrid. Can you please help?
Thanks
Mo
I am new to VB.Net. I worked with VB6 before but there are a lot of changes in VB.Net. I am trying to work with an access database through a windows form. I am using OleDbConnection and OleDbDataAdapter to connect to the database and link the table to a DataGrid. I got that part to work so far. But I am trying to create some simple navigation buttons on the form and have no idea where to start. I would like to create Find, Next, and Previous buttons to navigate through data on the DataGrid. Can you please help?
Thanks
Mo