Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send a query as CSV

Status
Not open for further replies.

dk99

MIS
Jun 20, 2003
76
GB
Is there a way to send a query as a csv automatically.

I have tried within a macro, but the only options are text or excel.

Unforunately excel truncates the fields (as some contain more than 256 characters) and the text looks wrong and cannot be easily read.

Alternatively is there a way I can export a query with fields that contain more than 256 characters (other then text format) ?
 
Have you tried the DoCmd.TransferText method ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top