How do I find all uses of a field in Access (Queries, Form/Report SQLs, VB, etc) ?

J

Jeffrey Ross

I've inherited a database with 3 main tables, each of which have a Status
field, but the Statuses in one table don't match those in the others and I
need to extend one table's statuses even further. Unfortunately there are
Macros, Form/Report SQLs, Queries, and Visual Basic code that use hard-coded
Status values, and in some places rely upon those Status values being in a
particular order.
Is there any way that I can scan the whole of an Access database including
the various Visual Basic modules to find "Status"? At present it seems that
I need to open each Form and check the property of each control to see if
"Status" is used in it, and similarly for each Macro, Query, and VB module.
Surely there's an easier way?
TIA
Jeffrey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top