The problem with excell is it will not fit onto one sheet
Main Topics
Browse All TopicsI need to import a comma delimited text document into a table, the problem is I get 250 columns, and what I need is one column with 250 rows
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hello smurfer69,
>>The problem with excell is it will not fit onto one sheet
Please explain. Excel 97 - 2003 has 256 columns, and Excel 2007 a bit over 16,000. If your file truly has
250 columns, you should be fine.
Unless, of course, you mean you have > 65536 rows (the limit for Excel 97 - 2003), but in that case your
question does not really make sense...
Regards,
Patrick
I am assuming you have 1 row in your table and each value should be a separate record rather than field. If this is the case you can either
Import the file and then append each field to a new record or use VBA code to loop through the rew in the file.
The standard Access imports uses the CRLF as the new record marker.
Cheers, Andrew
Business Accounts
Answer for Membership
by: warrenbucklesPosted on 2009-02-25 at 09:54:58ID: 23736364
Try importing it into Excel and generating a pivot table, saving that as a .csv then going to Access.
wb