I am hoping to avoid cascading the code for each device since there are more than 4000 of them. I also do not know what the values are going to be at any given point in time as it will change s our network devices change.
My code is working really well to do it for one device at a time, but I would like to figure out how to run it and table it out for all devices.
If I really have to write the search to repeat for each device I will, but if there is a way to avoid it so that the list can be self generating then that would be ideal.
In other words lines 13-17 are based on the field values in "NAME" but I won't always know what those are. They are long cumbersome strings.
In any event, I am going to play a bit with your suggestion and see if it helps me.
Thanks for the reply.
... View more