Item Method See Also Index Sets the field retrieval method by position or by alias (starts from 0). DescriptionRetrieves a Field object by its position or by its alias. SyntaxVisual BasicPublic Function Item( _    ByVal Index As Variant _ ) As Field Parameters Index Sets the field retrieval method by position or by alias (starts from 0). Return TypeIf the index value is wrong (for example, the value does not exist), the method fails and throws an exception. See AlsoFields Collection