EXPORT FIELDS TO TXT FILE WITHOUT QUOTES APPEARING

  • Thread starter paramedic in louisiana
  • Start date
P

paramedic in louisiana

exporting from fields in a table to a txt file
using transfertext action in a macro
when i open the text file the fields are in quotes
can i transfer without quotes appearing?
 
K

Klatuu

You will need to create an export specification.
Do the transfer once using the Access menus. When you get the Export
wizard, click on advanced. You can now set up all the options as to
delimiters, text qualifiers, etc you need. When you have it done, click on
Save As and give it a name. Use that name in Specification Name of the
macro action.
 
Top