Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum records or table size allowed in access

Status
Not open for further replies.

hnunez4399

Programmer
Apr 10, 2003
62
US
Is there a maximum number of records or size that is allowed for a table in access?
Is there a point where it where no longer accept anymore records?

Is there a way to see the current size of a specific table?

Thanks in advanced.
 
Limits on Access tables are in terms of the total size (in bytes) of the table ... not on a record count. In Access 2K or above, the limit is 2 GB for the whole database and 1 GB for a single table.

You can easily determine the number of records in a table but the record size in bytes is more difficult because things like text strings will vary in size depending on the actual data stored in them. Further, objects like memo fields or images are not stored "in" the table but are stored elsewhere in the MDB and only a pointer to them exists "in" the table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top