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!

Importing a CSV File into Access 97 2

Status
Not open for further replies.

TimboA

MIS
Jul 12, 2001
38
GB
I have a CSV file which I need to import into an Access 97 Db. The file is delimited by commas. I am using File|Get External Data|Import. I get the message "One or more rows of data in your file contain too many characters to import. The maximum characters per row is 65000."

When I try to import the same file using the same method in Access 2000, the file imports without any problems.

Can anyone tell me how to get around the Access 97 problem.
 
Try importing it into Word first. *****************************************
Red, White & Blue: Colors That Never Run!

Kristina McCook
Senior Logistician
CACI - Automated Sciences Group, Inc.
*****************************************



 
I'd import to excel first then save as an access table

either way :eek:)
 
I believe the file you're trying to import has no CR/LF or carriage return line feed at the end of each row.

Applications like Visual Basic, Dbase, Foxpro etc can work with data like this but not Access as far as I know.

Can you have the supplier of this data add a cf/lf to each row? This should solve your problem.
 
If you open it up in Word it should convert line breaks to carriage returns. *****************************************
Red, White & Blue: Colors That Never Run!

Kristina McCook
Senior Logistician
CACI - Automated Sciences Group, Inc.
*****************************************



 
Got a carriage return added to end of each line by file supplier - works a treat now.

Microsoft must have addressed this issue in Access 2000.....

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top