excel_1317
Board Regular
- Joined
- Jun 28, 2010
- Messages
- 212
Is it not possible to import an excel file in access which has more than 256 columns?
Access only allows 256 columns.
If you have more than that, then must likely your data table is not normalized, and you may have problems working on it in Access without normalizing it first anyway.
So why does it have so many columns?
If it is something where you have data for different weeks of the year, and you have a different column for each week, normalizing the data would change the structure so instead of have 1 record with 52 columns, you would have 52 records with 2 columns (one for week number, and the other for whatever you are tracking by week).
Since you haven't worked with Access in the past, perhaps you need to understand data normalization. You may have a data dump, but that doesn't mean the data is normalized. You may have to manipulate the data to get it normalized for it to work in Access. Read the link below on Relational Databases and Data Normalization.
Fundamentals of Relational Database Design
Cross posted at: Unable to import excel file in Access 2007
Please read this: Excelguru Help Site - A message to forum cross posters