Is there a way to determine the size e.g., in bytes) of various objects (particularly tables) in an .mdb file? I have a database that tends to bloat very rapidly, but even after compressing it, it’s larger than I think it should be. I suspect I have a bunch of indexed fields in a bunch of tables that are probably not necessary. I’d like to attack the big guys first and would like to be able to see if what I’m cleaning up is making a difference in the object size.
Thanks.