transfertext text qualifier and delimiter separtor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
do anyone know how to put text qualifier to none and delimiter sepator to
comma with in docmd.transferText acExportDelim. this is urgent please anyone
with any idea how fix this problem.

thanks
 
You can define an "export specification" to use with the TransferText action
in ACCESS. The specification tells ACCESS and Jet which delimiter you want
and how to "format" text strings.

You can create an Export Specification by beginning the export process
manually (File | Export). When you've set the delimiter and text string
format, then go to the last screen before you actually do the export, click
the Advanced button at bottom left of window. Then save
all the settings as a Specification (give it a name). You then can cancel
the export.

Use that specification name in the Specification argument of the
TransferText macro action.
 
Back
Top