export specs

L

LGarcia

Hi all,
I have a form that I allow users to rename field labels for optional fields
to better describe the information they are entering.
With the help of Allen Browne, I've set it up to where a user can include
these renamed labels as field names when they export the data as text. I
was using :
DoCmd.TransferText acExportDelim, "QryExportIntakeDTA Export
Specification", "qryExportIntakedta", strDir & "IntakeDTA.Txt", True
Since the field names may change I can't use the original export
specification I created. I need to programatically export the file as carat
(^) delimited without text separators. Is there another way I can export
this file in the format I need?
Using AccessXP.
Thanks!
LGarcia
 
Top