|
Re: someone plz help me with my code
''''call function Private Sub loadLV() '''''function in search''''''''' On Error Resume Next ListView1.ListItems.Clear Do While Not General.EOF Set items = ListView1.ListItems.Add(, , General.Fields!Log) 'items.SubItems(1) = rsSTUDENT.Fields!STUDENTNAME items.SubItems(1) = General.Fields!Date items.SubItems(2) = General.Fields!ATTENDANCE General.MoveNext Loop End Sub
Last edited by big_k105; Apr 1st, 2008 at 10:43 AM.
Reason: added Code Tags
|