Tracing Object References

B

BarryC

Is there a way to find all references to an object in an Access
database?

For instance, I need to find all occurances of Query1 - every macro,
report, form or query that references it.

It would be nice to be able to do this with fields too.

Thanks!
 
K

KARL DEWEY

Use Access ANALYZE - Documentor and select all forms, reports, etc. Save to
Word
and do a find for the object.
 
Top