I am trying to use the following syntax to get all the values in a column for a particular field in to an array
(astrFields(intIx)) points to the field name
varii = (.Fields(astrFields(intIx)))
if varii is declared as variant is this enough to get all the field values into varii
(astrFields(intIx)) points to the field name
varii = (.Fields(astrFields(intIx)))
if varii is declared as variant is this enough to get all the field values into varii