ms access:tables view: is there a table-size column available ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

in MsExplorer when seeing files one can also see the file SIZE. This is
useful.
However in MsAccess "Tables View" I see no such COLUMN called SIZE.
I need such a column.
When one has numerous tables (for backup and testing purposes) it is
sometimes quite useful in TABLES VIEW to see immediately in TABLES VIEW,
which your TABLE SIZES.
 
There isn't any way to determine the size of a table in Access. How big a
table is depends on how many rows are in it, how big each row is (while you
may define a text field as being 50 bytes wide, it actually only stores as
many bytes as you have data), how many indexes you have on the table and a
few other factors.
 
CamFella said:
in MsExplorer when seeing files one can also see the file SIZE. This is
useful.
However in MsAccess "Tables View" I see no such COLUMN called SIZE.
I need such a column.
When one has numerous tables (for backup and testing purposes) it is
sometimes quite useful in TABLES VIEW to see immediately in TABLES VIEW,
which your TABLE SIZES.
 
Can Microsoft introduce such a column "TABLE SIZE" into MsAccess inside the
Tables View so that a user can see immediately HOW BIG various tables are in
terms of # of bytes (without a user manually actually going into the table
and multiplying the # of rows x the record size) ? Thx Doug.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top