How can I easily get a list of all the fields in a table?
A Allen Browne Dec 15, 2004 #2 There is a built-in documenter: Tools | Analyze If you want to do it programmatically, loop through the Fields of the TableDef. Example at: http://members.iinet.net.au/~allenbrowne/func-06.html
There is a built-in documenter: Tools | Analyze If you want to do it programmatically, loop through the Fields of the TableDef. Example at: http://members.iinet.net.au/~allenbrowne/func-06.html
J JMG at RMWC Dec 15, 2004 #3 THANKS ALLEN! Allen Browne said: There is a built-in documenter: Tools | Analyze If you want to do it programmatically, loop through the Fields of the TableDef. Example at: http://members.iinet.net.au/~allenbrowne/func-06.html Click to expand...
THANKS ALLEN! Allen Browne said: There is a built-in documenter: Tools | Analyze If you want to do it programmatically, loop through the Fields of the TableDef. Example at: http://members.iinet.net.au/~allenbrowne/func-06.html Click to expand...