G Guest Feb 9, 2006 #1 How can I export a memo field through a query to a comma delimited text file without truncating the string ?
How can I export a memo field through a query to a comma delimited text file without truncating the string ?
J John Nurick Feb 9, 2006 #2 Make sure that the query is not processing the contents of the field in any way, and that there is no format applied to the field at table or query level. See http://support.microsoft.com/?id=207668 for the official story.
Make sure that the query is not processing the contents of the field in any way, and that there is no format applied to the field at table or query level. See http://support.microsoft.com/?id=207668 for the official story.