I have recently removed a table which was much larger than necessary and replaced it with a smaller table linked to others (which effectively does the same job as the original table). I have also added a handful of new forms and queries to accommodate this change.
As a consequence, the mdb file (which is standalone) has grown by about 25%, which seems to make little sense as there is now a lot less data stored in the tables. I have compacted and repaired the database and also tried decompiling and recompiling it, but this makes no difference to its size.
I want to try and find which parts of the database are the main contributors to this increase without inspecting every form, query etc. visually.
Does anyone know whether there is a way of listing the size of the different components of the database (the size of different forms, reports, tables, queries) using VBA, so I can identify the guilty parties?
Thanks
As a consequence, the mdb file (which is standalone) has grown by about 25%, which seems to make little sense as there is now a lot less data stored in the tables. I have compacted and repaired the database and also tried decompiling and recompiling it, but this makes no difference to its size.
I want to try and find which parts of the database are the main contributors to this increase without inspecting every form, query etc. visually.
Does anyone know whether there is a way of listing the size of the different components of the database (the size of different forms, reports, tables, queries) using VBA, so I can identify the guilty parties?
Thanks