Bud
New member
- Local time
- Today, 10:54
- Joined
- Oct 23, 2004
- Messages
- 8
Hi all,
I'm using a the following function to export data from a query:
DoCmd.TransferText acExportDelim, "ExportSpec", strQryExport, FileName
The query builds an output string into a resultfield, but it only outputs about 266 characters on a single line in the resulting textfile "FileName"! But the string is longer in the query itself.
Any solutions?
Bud.
I'm using a the following function to export data from a query:
DoCmd.TransferText acExportDelim, "ExportSpec", strQryExport, FileName
The query builds an output string into a resultfield, but it only outputs about 266 characters on a single line in the resulting textfile "FileName"! But the string is longer in the query itself.
Any solutions?
Bud.