Visual Basic: RDO Data Control

Object Collection: Couldn't find item indicated by text (Error 40041)

See Also

You attempted to address an object in a collection by using a text value, and no object in that collection matched the text string supplied. For example, you tried to reference a column of a result set by name and the specified column does not exist in the result set.

To avoid this error, make sure an object in the collection has a Name property that matches the text string supplied, or use the object's ordinal value.