maximun capacity in Access Database??

A

Allen Browne

The limit is 2GB file size.

The number of records depends on how many tables, and how many fields in
each table, the type and size of each field, and how much data is in those
fields.
 
A

aaron.kempf

storing 2 records in a MDB is too many

you should use SQL Server or MSDE if you care about your data AT ALL.
 
Top