about get next record.
for example:
Dim rs As Recordset
Private Sub nextrecord_Click()
strsql = "select username from regedit "
Set rs = db.OpenRecordset(strsql)
rs.Movenext
txtFields.Text = rs.Fields(0).Value
End Sub
|
Results 1 to 24 of 24
Thread: who can help me? please !Threaded View
|
Click Here to Expand Forum to Full Width |