Searching For Text

J

Joe Delphi

Hi,

Is there a way to search every module in a database for a text string?
Similar to the "grep" command in UNIX?

I know how to search a single module at a time, but I want to search
all modules at once.

Any help appreciated.

JD
 
D

Dirk Goldgar

Joe Delphi said:
Hi,

Is there a way to search every module in a database for a text
string? Similar to the "grep" command in UNIX?

I know how to search a single module at a time, but I want to
search all modules at once.

Any help appreciated.

If you open a module in the VB Editor and click the Find button (or
Edit->Find menu option), the Find dialog includes an option to search
the "Current Project". That will look for the text you specify in all
code modules (form and report modules, as well as standard and class
module) in the database.
 
K

KARL DEWEY

The search part of Windows Explorer will find if the text string is in the
database.
 

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