getting the size of a query,table and form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thread

    getting the size of a query,table and form

    Hi,
    is it posible to get the size of the table,query and form in the file
    so it will be easy to estimate what is taking the most space of the
    file?
  • Jens Schilling

    #2
    Re: getting the size of a query,table and form

    Hi,

    thread wrote:
    Hi,
    is it posible to get the size of the table,query and form in the file
    so it will be easy to estimate what is taking the most space of the
    file?
    I only know a tool to examine the amount of memory for tables (and indices)
    :

    The "Access Memory Reporter" is freeware :



    Regards
    Jens



    Comment

    • Chuck

      #3
      Re: getting the size of a query,table and form

      On Tue, 4 Nov 2008 07:05:46 -0800 (PST), thread <yaniv.dg@gmail .comwrote:
      >Hi,
      >is it posible to get the size of the table,query and form in the file
      >so it will be easy to estimate what is taking the most space of the
      >file?
      May be time consuming, but should get you there.

      Make a new blank database. Check size. (will not be zero)
      Import one table from database in question. Compact. Check size.
      Save size in text file.
      etc. etc. etc.

      Chuck
      --

      Comment

      Working...