|
-
Jun 20th, 2002, 12:32 AM
#1
Thread Starter
Member
about Database record please help me
Example:
Private Sub nextrecord_Click()
Dim rs As Recordset
strsql = "select username from regedit "
Set rs = db.OpenRecordset(strsql)
rs.MovePrevious
txtFields.Text = rs.Fields(0).Value
End Sub
If I click nextrecord command I can get the second record. If I click it again.I can't get the third record.So how to write these code ?
Thank u!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|