using transfer text to create a.csv file from a query I can either, use an
output spec to use no quotes in the file, OR I can use the HasFieldNames
Parameter to output filednames in the file. I cannot do both. I am trying to
do both ie. create a file with no quotes and with field headings
Ken Snell [MVP] - 01 Mar 2005 03:40 GMT
You most certainly can do both. They're separate arguments for the
TransferText action.

Signature
Ken Snell
<MS ACCESS MVP>
> using transfer text to create a.csv file from a query I can either, use an
> output spec to use no quotes in the file, OR I can use the HasFieldNames
> Parameter to output filednames in the file. I cannot do both. I am trying
> to
> do both ie. create a file with no quotes and with field headings