According to the documentation i have, AFIELDS() is supposed fill an array with a list of all the fields in a given table, as well as the structural info about each field.
but how could i accesss JUST the field names?
EXAMPLE:
if i had a table with 3 columns...
would i get the names by using:
when i do this i get the first field name followed be the first 2 structural components for that field...
how do i skip to the next field name? please help... thank you
Dan Trenz
Ann Arbor, MI
but how could i accesss JUST the field names?
EXAMPLE:
if i had a table with 3 columns...
would i get the names by using:
Code:
=AFIELDS(aMyArray,'mytable')
?aMyArray[1]
?aMyArray[2]
?aMyArray[3]
how do i skip to the next field name? please help... thank you
Dan Trenz
Ann Arbor, MI