1
1aae
Thank you
I have this code to Find record....
What Is the Problem of this code I can't use this code to Find Next Record If There..
Is there any one can help me to add feature to this code To Find Next Record If there Or what code needed to find NextRecord
Thank
Dim sbf As Form
Set sbf = Me![MysubForm].Form
With sbf.RecordsetClone
.FindFirst "EmployeeName= """ & Me.cboEmployeeName & """"
If Not .NoMatch Then
sbf.Bookmark = .Bookmark
End If
End With
I have this code to Find record....
What Is the Problem of this code I can't use this code to Find Next Record If There..
Is there any one can help me to add feature to this code To Find Next Record If there Or what code needed to find NextRecord
Thank
Dim sbf As Form
Set sbf = Me![MysubForm].Form
With sbf.RecordsetClone
.FindFirst "EmployeeName= """ & Me.cboEmployeeName & """"
If Not .NoMatch Then
sbf.Bookmark = .Bookmark
End If
End With