SimonSellick
Programmer
Hi,
I'm planning to port just a few large tables from Access to SQL Server and I want to create a list of objects that use the selected tables so that we can reduce the sccope of acceptance testing.
Inspecting QueryDef.SQL gives me the obvious ones (where the table is used in a view, query, form data source or combo row source.
Does anyone know how to do the same task (in VBA) for macros, reports and modules? These don't appear to have nice simple collections as tables and queries have.
Any help appreciated.
I'm planning to port just a few large tables from Access to SQL Server and I want to create a list of objects that use the selected tables so that we can reduce the sccope of acceptance testing.
Inspecting QueryDef.SQL gives me the obvious ones (where the table is used in a view, query, form data source or combo row source.
Does anyone know how to do the same task (in VBA) for macros, reports and modules? These don't appear to have nice simple collections as tables and queries have.
Any help appreciated.