Hello,
I'm having a strange problem. I get an error "Item cannot be found in
the collection corresponding to the request name or orginal," even
though WEISGSUPPORT is contained within the BladeAlias column:
Set objRecordSet = objConnection.Execute("Select BladeOwner,
CageSerialNum, SlotNum FROM SMBlades WHERE BladeAlias =
'WEISGSUPPORT';")
Do While Not objRecordset.EOF
strResults = strResults & objRecordSet("BladeAlias") & vbnewline
objRecordset.MoveNext
Loop
I get the error at the first line in the do...loop.
Why is this happening? It's driving me crazy!
Thanks for the help,
Matt