Export more rows to a tab delimited file

C

Chuck

Hi,
I need to export a table to a tab delimited file.
There needs to be a single trailer record with the hash totals.
There are no record types to sort by so I can't get the trailer record to
always be the last record.
Any ideas on how to append a row to an existing tab delimited file or get my
trailer record at the end?
Thanks
Chuck
 
P

Piet Linden

Hi,
I need to export a table to a tab delimited file.
There needs to be a single trailer record with the hash totals.
There are no record types to sort by so I can't get the trailer record to
always be the last record.
Any ideas on how to append a row to an existing tab delimited file or getmy
trailer record at the end?
Thanks
Chuck

export to whatever format you want, then open the file for output and
write to the file.
check out Write or Print from the VBA help file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top