Limitations of Access?

auto.pilot

Well-known Member
Joined
Sep 27, 2007
Messages
734
Office Version
  1. 365
Platform
  1. Windows
I have never used access, but just started to investigate the limitations for a potential project.

My data sets will have approximately 13 million fields quarterly, and I will eventually need 60 quarters worth of data. That's around 260 million data points. Nearest I can figure, it's about 1.3 GB. Can access handle this type of data set?

Thanks

Jim
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Access has a 2GB size limit, this includes all forms, tables, queries, ect. You can get more space by splitting the database so only the backend holds data or you could use MS Sql Express to hold your data which has a 10GB limit.
 
Upvote 0
Upvote 0
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.
 
Upvote 0
Much about the size limitations, but no questions about what you'd do with the data anyway?
Filter, summarize, group, report? A database is usually the right tool.

Pivot tables, graphs, financial functions? Not so much; especially graphing. While Access can do these things to one degree or another, Excel does exactly that - excels over Access. Sometimes, the right solution is to use both, each for it's better part.
 
Upvote 0
Much about the size limitations, but no questions about what you'd do with the data anyway?
Filter, summarize, group, report? A database is usually the right tool.

Pivot tables, graphs, financial functions? Not so much; especially graphing. While Access can do these things to one degree or another, Excel does exactly that - excels over Access. Sometimes, the right solution is to use both, each for it's better part.

Excellent points. The project involves filtering, summarizing and running some trend analysis. After extracting the data from Access, I will dump it into Excel, make some minor calculations and prepare eye-catching reports.

Thanks!

Jim
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,796
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top