Ho do I find or calculate the size of an index for a row in a access
database
1) What is "an index for a row"?
2) In general it's not possible to know the size of anything within a mdb
file, nor is it particularly helpful to know it.
3) As a practical solution, you could (a) compact the db, (b) delete the
object, and (c) recompact the db. Probably not very reproducible, though,
and there is some danger in compacting-and-repairing a non-broken database.
HTH
Tim F