What you call a
row in Excel is known as a
record in Access and other database programs.
What you call a
column in Excel is known as a
field in Access and other database programs.
So, now you know how to talk database!
Access has no limit to the since of records in a table, it is bound more by the 2 GB memory limit.
However, it does limit the number of fields in any single table to 255.
Each quarterly download includes the equivalent of 13.5 million populated excel cells.
So, how many Excel columns does that comprise?
Typically, in a well designed database, you will not see repeating similar columns in a table, and the number of columns should usually not increase with each file that you import (unless you were doing some overhaul to the process).
So, in Excel, it might be structured like this, with the following columns:
- Company Name
- 1st Quarter 2017
- 2nd Quarter 2017
- 3rd Quarter 2017
- 4th Quarter 2017
and then next year, you would simply add 4 more columns for the 4 new quarters.
That is NOT how you would do it in Access. Is this simple example, you would only have three fields:
- Company Name
- Quarter Code
- Value
So, for 2017, each company would have 4 records (rows), one for each quarter. So the next year, you don't need any more fields (columns). You just have different Quarter Codes and keep adding more records (rows).
As you can see, the thought process of Access is much different than Excel. It is a whole different beast.