hi good afternoon

I have a problem i used a table in SQL. I already display the information to txtbox coming from table. My problem was i want to display the next record when we click the next botton.

I hope you can help me as soon as possible. this is my codes.

Private Sub cmdnext_Click()
Dim cnn1 As ADODB.Connectio n
Dim rstinvoice As Recordset
Set cnn1 = New ADODB.Connectio n
...