H
Hubert
I am accessing an Outlook public folder containing over
12,000 contacts from a template within Word. Essentially,
my users would like to be able to search for any contact
where the company name includes the word that they are
searching for (e.g., a search for "Jones" would
find "Smith Jones & Co.".)
The only way I know to do this would be to cycle through
each item in the contacts folder using either the "Like"
operator or the "InStr" function or something like that .
[The Restrict and Find methods don't appear to allow
the "like" operator.] But cycling through 12,000 contacts
this way is much much too slow (over 3 minutes)!
Any ideas for accomplishing this faster? Is there a CDO
approach to this? Is there a way to utilize Outlook's Find
command?
12,000 contacts from a template within Word. Essentially,
my users would like to be able to search for any contact
where the company name includes the word that they are
searching for (e.g., a search for "Jones" would
find "Smith Jones & Co.".)
The only way I know to do this would be to cycle through
each item in the contacts folder using either the "Like"
operator or the "InStr" function or something like that .
[The Restrict and Find methods don't appear to allow
the "like" operator.] But cycling through 12,000 contacts
this way is much much too slow (over 3 minutes)!
Any ideas for accomplishing this faster? Is there a CDO
approach to this? Is there a way to utilize Outlook's Find
command?