managing temporary variables

A

AccessMan

I learned a while back that one can create temporary/global variables which
are referred to as such: [TempVars]![myglobalvariable]. I have used these
in fairly innocuous situations quite nicely. However, I have a situation
where the temp variable will be used in a number of queries and reports. I'm
concerned about the ability to track down all of the objects that include a
reference to my temp variable. Is there a way to do so?

Thanks!
 
S

S.Clark

Not built-in. There are 3rd party products that allow you to search entire
databases for a particular string.
 
Top