Hello Frnd!
I'm beginner for
VB Prog. So I'm sending you code, can u tell me why should i use this code.what's need for that and what are the benefits of this code.
Private Sub Adodc1_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset20)
On Error Resume Next
If Adodc1.Recordset.EOF <> True Then
RsPf.Filter = "Name='" & RsEmp!Name & "'"
Call PopulateGrid1
End If
End Sub
Dipu