Hi,
I'm wondering what is the maximum space of Microsoft Access? ie How many
rows per database, and how many columns wide per database? Thanks!
If you have Access installed, look for help on Specifications.
There is no explicit limit on the number of rows; any single .mdb file
is limited to 2 GByte. A table can have no more than 255 fields (an
absurdly huge limit for any properly normalized table structure, 50
fields is a *very* wide table); more subtly, and sometimes more of a
real-life problem, you're limited to 2000 characters *actually used*
in any single record. This can be nasty because you can easily create
a Table with 20 fields, each a 255-byte Text field; happily put data
into it for months; and then get the error when some verbose date
actually *uses* all the space in those fields.
In practice, I know of Access databases handling upwards of 10,000,000
rows in the largest table. A million or so is not uncommon.
John W. Vinson[MVP]