ACC2000: Fixed-Width Text with Embedded Carriage Returns Is Imported Incorrectly (208404)
The information in this article applies to:
This article was previously published under Q208404 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access database (.mdb).
SYMPTOMS
When you import or link a fixed-width text file with fields that contain
an embedded carriage return (CR) and line-feed (LF) control characters (ASCII decimal values 13 and 10 respectively), Microsoft Access interprets this character set as being the end of a record. The remaining portion of the record that follows the CR/LF is considered the beginning of a new record.
CAUSE
The Import Wizard does not evaluate the field with the embedded or soft return as part of the field's value.
RESOLUTION
To work around this behavior, create a custom import specification using
Schema.ini, and then link the text file using Visual Basic for
Applications. After the file is linked, you can use a make-table query or append query to import the linked data.
REFERENCESFor more information about accessing data in a text file, click Microsoft Access Help on the Help menu, type import or link a delimited or fixed-width text file in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 6/29/2004 |
---|
Keywords: | kb3rdparty kbprb KB208404 |
---|
|