Exporting Table to comma delimited text file

G

Guest

I want to include code to export a Table file to a comma delimited text file
that uses no text qualifier and includes the first row as the field names.
Ideally, I would like to save a copy of that file locally and e-mail a copy
to someone in another department. Can anyone help me with this? Right now I
have to go through the manual selection of Export...then the file type...the
delimiter...text qualifier...and inclusion of field names on first row.
 
D

David Lloyd

Ray:

I believe the TransferText method does what you would like to do. You can
specify whether to include field names, and the export specification can be
set not to use a text qualifier.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I want to include code to export a Table file to a comma delimited text file
that uses no text qualifier and includes the first row as the field names.
Ideally, I would like to save a copy of that file locally and e-mail a copy
to someone in another department. Can anyone help me with this? Right now I
have to go through the manual selection of Export...then the file type...the
delimiter...text qualifier...and inclusion of field names on first row.
 
G

Guest

Thanks, I figured out how to use the TransferText function...It works fine.
I'd just like now to automate emailing that file all as part of the same
process.
 

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