Hello there,
I am a veteran of straight VB programming, but less of a veteran in Access VBA application development. I am currently working on a large Access application, and I want to search for a particular string across any module (form, report, VB module) that has code in it. (For those of you familiar with straight VB, this is like a project-scope search - however, the concept of an Access project seems to be different.)
For example - I have the code window open for "Form X". I do a "Find" for the string "Integer", specifying "Project" scope. However, the search seems limited to Form X. In straight VB (e.g. VB6 6), repeated clicking of the "Find Next" button would open and find any and all modules, forms, and classes that contained the string "Integer". How do I replicate this behavior in Access?
Thanks for any insight you can provide.
I am a veteran of straight VB programming, but less of a veteran in Access VBA application development. I am currently working on a large Access application, and I want to search for a particular string across any module (form, report, VB module) that has code in it. (For those of you familiar with straight VB, this is like a project-scope search - however, the concept of an Access project seems to be different.)
For example - I have the code window open for "Form X". I do a "Find" for the string "Integer", specifying "Project" scope. However, the search seems limited to Form X. In straight VB (e.g. VB6 6), repeated clicking of the "Find Next" button would open and find any and all modules, forms, and classes that contained the string "Integer". How do I replicate this behavior in Access?
Thanks for any insight you can provide.