Is there a module or function that will tell me if a query is used (or not used) by an application? I have several queries that I think I can delete, but not 100 % sure.
I did document this app fairly well (I thought) but still have 40 or so queries in the window. I can only account for about 15 of them.
When developing an access app, I generally tend to make a query, test it, then grab the SQL and use it via code. I try to make an effort to delete the query but I guess I got lazy on a few of these.
- Or –
should I leave well enough alone? Nobody but myself will be looking past the forms, therefor any orphans are really just taking up space (but realistically that can’t be much - can it?) I am leaning to this more non-evasive approach, but I know that 2 or 3 years from now, something will happen and I will drive myself nuts tracking all those orphans down.
Any ideas or suggesations? How do you handle situations like this?
Thanks, PDUNCAN
I did document this app fairly well (I thought) but still have 40 or so queries in the window. I can only account for about 15 of them.
When developing an access app, I generally tend to make a query, test it, then grab the SQL and use it via code. I try to make an effort to delete the query but I guess I got lazy on a few of these.
- Or –
should I leave well enough alone? Nobody but myself will be looking past the forms, therefor any orphans are really just taking up space (but realistically that can’t be much - can it?) I am leaning to this more non-evasive approach, but I know that 2 or 3 years from now, something will happen and I will drive myself nuts tracking all those orphans down.
Any ideas or suggesations? How do you handle situations like this?
Thanks, PDUNCAN