J
John Vinson
Group,
I'm a C programmer by trade and a novice VBA programmer. Recently, I'm
be diluged by gobs of data where I may have over 20,000 rows of data and in
the very near future more than 255 columns of data. My question is, will
Access meet my needs. My purpose is to find the Min, Max, Std Deviation,
Cpk etc. Can Access do this and will Access make charts? If this isn't
what Access can do, can you recommend another application.
Tony
The "more than 255" is a dealkiller here: an Access table is limited
to 255 fields (and often more critically, to 2000 bytes ACTUALLY USED
in any single record).
Other than that, Access can indeed do all of these things. 20,000 rows
is a small table (20,000,000 is a big table). If you can find some way
to Normalize this data, Access may indeed be able to do the job.
What's the nature of the data, and its current format? Text files,
spreadsheets, something else?
John W. Vinson[MVP]