Uploaded by Jiayee Oh

Please explain the coding below

advertisement
Please explain the coding below.
dtaPhone.Recordset.Find "Name >= '" +
cmdLetter(Index).Caption + "'"
If dtaPhone.Recordset.EOF = True Then
dtaPhone.Recordset.Bookmark = BookMark1
End If
txtName.SetFocus
End Sub
Download