K
Keith G Hicks
This is the only way I know of to create a text file from a query.
DoCmd.OutputTo acOutputQuery, "qrySomeQuery", acFormatTXT,
sDefaultFolder & sFileName
The trouble is that it's not coming out as I'd expected. I just need a
normal tab delimited text file without lines all over it and doesn't cut
data off short.
Is there another way where I have more control over the output?
Thanks,
Keith
DoCmd.OutputTo acOutputQuery, "qrySomeQuery", acFormatTXT,
sDefaultFolder & sFileName
The trouble is that it's not coming out as I'd expected. I just need a
normal tab delimited text file without lines all over it and doesn't cut
data off short.
Is there another way where I have more control over the output?
Thanks,
Keith