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

Recommended Answers

All 2 Replies

>everything I have tried or found does not work.

And you haven't posted here. Please post your code here. Please use BB code tags while posting source program.

[code]

.... [/code]

I'm sorry I figured it out and forgot to Mark the thread as solved....my bad

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.