Frank <gno52 (AT) windstream (DOT) net> wrote:
Quote:
each record in my data base contains numerous number fields and one
text field which is the name for that record. How do I copy only the
list of names to paste in another text file? |
The quickest way is to find and sort the records and then export the
text field to a tab delimited file.
In FMP 9 and later, you can use the list function on the text field if
you're viewing the table via a relation that get's you all the records
you need.
In any version, you can write a script that loops through the records
and concatenates the values of the text field in a global field.
--
http://clk.ch