Gustav Brock
gustav at cactus.dk
Wed Feb 11 06:02:22 CST 2004
Hi Ryan > Is there any mechanism in Access where you can see what the > actual/approximate size of an object is. > A form for example...how much actual space (bytes) it takes up...maybe a > field on one of the sys tables? No. You can create a new db, record the "empty" size of that, export the form to that db, compact the new db, record the size of the new db. Size of the form is roughly the growth in size. /gustav