Import Excel with more than 255 columns

C

Calendar Control

How do I get by the limitation of 255 columns for a table. I have an Excel
spreadsheet with much more than 255 columns that I need to import into a new
Access table. How can I get around this 255 limitation?
 
J

Jeff Boyce

There's a reason they call it a limitation...<go>

Access is not a spreadsheet on steroids.

A well-normalized Access database table will rarely have more than 30
fields, so your presumption that you need to import all the existing Excel
columns into a single Access table is in error.

First, spend some time sketching out a well-normalized relational table
structure. Then map from the available columns to the tables' fields.
Perhaps you'll find you can import a more limited set of columns per table.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top