calculate table size

S

simeon

does anyone knows how can i calculate the size of my
tables or the size of any other object?

thank you in advance
 
T

TC

No easy way, given that Access (really, Jet) stores data in variable-length
records - not fixed-length ones.

Maybe write a short program to determine the average length of each field in
all records of the table, then multiply by the # of records?

Anyway, why do you care? What are you trying to achieve?

HTH,
TC
 

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

Top