I have been using excel to attempt a task where there is just too much data. This being my first time using access I apologize for lack of knowing anything.
In excel i would have all my text values in a column, the next would have a (=countif) on a range of values using the text column.
So far I have set two tables up as described below in access. The first table will end up having its text values permanent and end up at about 25 million records.
The count I would like to update when i choose as my range of values in the second table will change completely about once a month and will require a new count.
I am trying to create two tables. One will have the data i would like counted set up something like this (we will call it vals for now)
id, tex(text value), happened(number and or count?) |
1 ab (?)
2 bb (?)
3 ca (?)
The second will be a list of values as they have come out. (for now i call this table data )
id, dats (text) |
1 ab
2 ab
3 ab
4 ca
5 ab
My goal is to have the "happened.vals" column be updated to how many times each of the "tex.vals" has come out in the entire "dats.data" table.
Thank you for any help. I assume when my tex field gets to the millions and checking out against the dats field it will become time consuming but as it stands I have done the same idea with excel and i have close to five 180mb tables all doing the same thing and summarizing the data has got to be too much. My pc has a six gig processor and eight gigs of ram but excels 1.48 million row limit has done me in. I am not concerned how long the task will take as each of my excel files normaly takes an hour or so a piece but having to come back to do the same thing on each table is getting to be a pain. I would prefer to set it and forget it and see the result as a whole.