Chad
Do you mean row 1 is header, row 2 is data, row 3 is header, row 4
data etc. then you'll need to script the export by writing the data
into another data table. Or something.
Or you could give each record a serialID#, have the increment 2, so
they go 2,4,6,8...
Then create a header row record, set its serial to 1, make a whole
bunch of them, so they get 1,3,5,7
Sort by serial ID
Export.
But, why do you want the header "before each exported record"
Stephen
----------
"The scientific theory I like best is that the rings of Saturn are
composed entirely of lost airline luggage." — Mark Russell.
On Oct 13, 2009, at 4:34 PM, Chad Chelius wrote:
I'm exporting the contents of a FMP field to create a list of names
and addresses. I need to add a header to the exported file but it
only appears once at the top of the exported file and not before
each exported record. How would I go about achieving that?
Chad Chelius