OK, not sure how to do sets.
What would be the correct syntax for this?
Thanks
John Fuhrman
Titan Global Services
Code:
Do Until objRecordSet.EOF
strSystem = objRecordSet.Fields("Name").Value
objRecordSet.MoveNext
[red]If Mid(strSystem,7,3) <> ("INT","DB","APP") Then[/red]
WScript.Echo strSystem
End If
Loop
What would be the correct syntax for this?
Thanks
John Fuhrman
Titan Global Services