can u guys help me with this code?
VB Code:
Dim itm As ListItem For Each itm In lvList.ListItems If itm.Checked Then rs.Index = "JobNumber" rs.Seek "=", lvList.SelectedItem.ListSubItems(1) If Not rs.NoMatch Then Call UpdateReport MsgBox lvList.SelectedItem.ListSubItems(1).Text Else MsgBox "ERROR", vbCritical, "ERROR" End If Else End If Next itm
it does not work. can u help me gusys with this? thanks!
-![]()




Reply With Quote