I have an application that is several years old, it needs some updates and slimming down. I want to weed out everything that is not needed.
My idea is to create a new one and only import tables, form, reports etc. that are needed from the old database.
But what is the best way to determine which modules are needed? I'm sure there are some that I can purge.
My idea is to go into the old application, see where a module is called and find the right one by using the find function in the VBA editor.
Does that make any sense at all? Or is there a better way to do this?
All suggestions will be appreciated.
My idea is to create a new one and only import tables, form, reports etc. that are needed from the old database.
But what is the best way to determine which modules are needed? I'm sure there are some that I can purge.
My idea is to go into the old application, see where a module is called and find the right one by using the find function in the VBA editor.
Does that make any sense at all? Or is there a better way to do this?
All suggestions will be appreciated.