E
EJ
Is there a simple way to find all queries that reference a particular table
without opening them up one by one?
without opening them up one by one?
Is there a simple way to find all queries that reference a particular table
without opening them up one by one?
Is there a simple way to find all queries that reference a particular table
without opening them up one by one?
Is there a simple way to find all queries that reference a particular table
without opening them up one by one?
As others have observed, just beating through the objects list
can do it... sort of.
But the few methods I've tried (homegrown and purchased) broke
down when it came to nested queries. e.g. qryWhatever
references tblWhatever and qryDoobie uses qryWhatever....