IncludeText question

J

Junior

this is a line in my mailmerge document

it works, but the entrys in Test.txt are delimited with double quotes

example:

"Form 123"

"Form 345"

"Form 678"

how can i strip off the double quotes in the mailmerge document?

{INCLUDETEXT "c:\\HRxData\\Test.txt"}



thanks
 
P

Peter Jamieson

You won't be able to do this (except maybe by postprocessing the
document) using an INCLUDETEXT.

Peter Jamieson
 
J

Junior

Peter- thanks -i was afraid of that - ill try and strip off the double
quotes in access before the txt file is created
 
Top