Below is my code to call the records or save/update to the database which works fine
Private MasterConnection As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=Info.mdb;Persist Security Info=False;")
Private daMaster As OleDb.OleDbDataAdapter
Private dsMaster As DataSet
Private dtMaster As New Data.DataTable
I have been trying to add First Previous Next Last buttons to my windows form (visual studio 2008), everything I have tried or found does not work. I was wondering if anyone can help me
Thanks