Method of viewing the size of tables in ACCESS

J

JM7

Is there some method or tool that will let you check the size of each table
in an MDB file?
 
D

Douglas J Steele

Not built into Access.

There may be 3rd party products that can do something like this, but I don't
know of any.

If it's really critical, you can create a new database and import the tables
into the new database one by one. Compact after each import, and check the
size of the file. Crude, but it'll give you ballpark figures.
 
Top