I am getting this Runtime error '91'
Object variable or With block variable not set
and this is where the Debug gos to:
Private Sub Select_Data()
Dim itmNew As ListItem
Set rsPlants = New ADODB.Recordset
====> Set rsPlants = objPlants.Select_Hybrid
ListView1.ListItems.Clear
thank for any help Live to learn or die trying
Object variable or With block variable not set
and this is where the Debug gos to:
Private Sub Select_Data()
Dim itmNew As ListItem
Set rsPlants = New ADODB.Recordset
====> Set rsPlants = objPlants.Select_Hybrid
ListView1.ListItems.Clear
thank for any help Live to learn or die trying