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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TransferText Max String Size

Status
Not open for further replies.

coolscan3

Programmer
Oct 23, 2001
40
0
0
GB
DoCmd.TransferText acExportDelim, "TOutputSpec", "tOutput", "c:\data\Agresso.txt", False

Is there a limit to the length of a string that can be exported to a Fixed length csv file

I have set the size to 500 in the specification file but only get a max length of 255

 
Text field max length is 255 characters. Memo fields max length is 65,535 characters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top