A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Contact filtering



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 11th 08, 08:14 PM posted to microsoft.public.outlook.contacts
Matt
external usenet poster
 
Posts: 119
Default Contact filtering

Does anyone know if there is a way to create a contact view in Outlook 2007
that is filtered by the first letter of either the last name field or the
file as field. I used to use tabview organizer, and their tech support and I
worked out SQL code (for the SQL tab) that allowed for this in their product,
but they have not been able to get it to work properly with Outlook 2007, so
I have lost the functionality since I upgraded.

I have 34000 contacts in Outlook, and it would be great to be able to only
look at a smaller list (by letter), rather than having to scroll through all
34000 contacts every time I need to find someone.

Also, (and this is probably for the 3rd party addons discussion group, but
someone might know) does anyone know of an addon similiar to 2007, that
allows for multiple views to be overlapped (Tabview allowed me to create a
view, i.e. "clients", using the built in view creator, and, then further
filter the list by each letter of the last name, thus I could switch between
clients and colleagues (2 different views), and then narrow the results
(using a seperate view selector) to all people who's last name begins with
each letter, thus I could very quickly sort through and find a contact within
such a long list
Ads
  #2  
Old June 11th 08, 08:22 PM posted to microsoft.public.outlook.contacts
Matt
external usenet poster
 
Posts: 119
Default Contact filtering

Added Note, I have tried using wild cards on the Advanced tab of filtering
("*", "?", etc) without any luck

"Matt" wrote:

Does anyone know if there is a way to create a contact view in Outlook 2007
that is filtered by the first letter of either the last name field or the
file as field. I used to use tabview organizer, and their tech support and I
worked out SQL code (for the SQL tab) that allowed for this in their product,
but they have not been able to get it to work properly with Outlook 2007, so
I have lost the functionality since I upgraded.

I have 34000 contacts in Outlook, and it would be great to be able to only
look at a smaller list (by letter), rather than having to scroll through all
34000 contacts every time I need to find someone.

Also, (and this is probably for the 3rd party addons discussion group, but
someone might know) does anyone know of an addon similiar to 2007, that
allows for multiple views to be overlapped (Tabview allowed me to create a
view, i.e. "clients", using the built in view creator, and, then further
filter the list by each letter of the last name, thus I could switch between
clients and colleagues (2 different views), and then narrow the results
(using a seperate view selector) to all people who's last name begins with
each letter, thus I could very quickly sort through and find a contact within
such a long list

  #3  
Old June 11th 08, 09:52 PM posted to microsoft.public.outlook.contacts
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Contact filtering


In the filter dialog, you may set to look for 'a' in FileAs on the first
tab. Then switch to the SQL tab, check 'Edit criteria directly', and change
LIKE '%a%' to LIKE 'a%'.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en



Am Wed, 11 Jun 2008 11:14:00 -0700 schrieb Matt:

Does anyone know if there is a way to create a contact view in Outlook

2007
that is filtered by the first letter of either the last name field or the
file as field. I used to use tabview organizer, and their tech support

and I
worked out SQL code (for the SQL tab) that allowed for this in their

product,
but they have not been able to get it to work properly with Outlook 2007,

so
I have lost the functionality since I upgraded.

I have 34000 contacts in Outlook, and it would be great to be able to only
look at a smaller list (by letter), rather than having to scroll through

all
34000 contacts every time I need to find someone.

Also, (and this is probably for the 3rd party addons discussion group, but
someone might know) does anyone know of an addon similiar to 2007, that
allows for multiple views to be overlapped (Tabview allowed me to create a
view, i.e. "clients", using the built in view creator, and, then further
filter the list by each letter of the last name, thus I could switch

between
clients and colleagues (2 different views), and then narrow the results
(using a seperate view selector) to all people who's last name begins with
each letter, thus I could very quickly sort through and find a contact

within
such a long list

  #4  
Old June 11th 08, 10:43 PM posted to microsoft.public.outlook.contacts
Matt
external usenet poster
 
Posts: 119
Default Contact filtering

perfect, that worked.

But, it was a lot more convenient when I had a set of alphabet buttons (from
when I was using tabview organizer). Do you know of any other addins that
might work to create that, and/or is there a way to modify the alphabet
buttons that are already included in Outlook (the row down the left side) so
that instead of simply moving to the first contact that begins wihth the
letter selected, it actually filters out all of the other contacts?

"Michael Bauer [MVP - Outlook]" wrote:


In the filter dialog, you may set to look for 'a' in FileAs on the first
tab. Then switch to the SQL tab, check 'Edit criteria directly', and change
LIKE '%a%' to LIKE 'a%'.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en



Am Wed, 11 Jun 2008 11:14:00 -0700 schrieb Matt:

Does anyone know if there is a way to create a contact view in Outlook

2007
that is filtered by the first letter of either the last name field or the
file as field. I used to use tabview organizer, and their tech support

and I
worked out SQL code (for the SQL tab) that allowed for this in their

product,
but they have not been able to get it to work properly with Outlook 2007,

so
I have lost the functionality since I upgraded.

I have 34000 contacts in Outlook, and it would be great to be able to only
look at a smaller list (by letter), rather than having to scroll through

all
34000 contacts every time I need to find someone.

Also, (and this is probably for the 3rd party addons discussion group, but
someone might know) does anyone know of an addon similiar to 2007, that
allows for multiple views to be overlapped (Tabview allowed me to create a
view, i.e. "clients", using the built in view creator, and, then further
filter the list by each letter of the last name, thus I could switch

between
clients and colleagues (2 different views), and then narrow the results
(using a seperate view selector) to all people who's last name begins with
each letter, thus I could very quickly sort through and find a contact

within
such a long list


  #5  
Old June 12th 08, 07:25 AM posted to microsoft.public.outlook.contacts
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Contact filtering



No.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Wed, 11 Jun 2008 13:43:01 -0700 schrieb Matt:

perfect, that worked.

But, it was a lot more convenient when I had a set of alphabet buttons

(from
when I was using tabview organizer). Do you know of any other addins that
might work to create that, and/or is there a way to modify the alphabet
buttons that are already included in Outlook (the row down the left side)

so
that instead of simply moving to the first contact that begins wihth the
letter selected, it actually filters out all of the other contacts?

"Michael Bauer [MVP - Outlook]" wrote:


In the filter dialog, you may set to look for 'a' in FileAs on the first
tab. Then switch to the SQL tab, check 'Edit criteria directly', and

change
LIKE '%a%' to LIKE 'a%'.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en



Am Wed, 11 Jun 2008 11:14:00 -0700 schrieb Matt:

Does anyone know if there is a way to create a contact view in Outlook

2007
that is filtered by the first letter of either the last name field or

the
file as field. I used to use tabview organizer, and their tech support

and I
worked out SQL code (for the SQL tab) that allowed for this in their

product,
but they have not been able to get it to work properly with Outlook

2007,
so
I have lost the functionality since I upgraded.

I have 34000 contacts in Outlook, and it would be great to be able to

only
look at a smaller list (by letter), rather than having to scroll through

all
34000 contacts every time I need to find someone.

Also, (and this is probably for the 3rd party addons discussion group,

but
someone might know) does anyone know of an addon similiar to 2007, that
allows for multiple views to be overlapped (Tabview allowed me to create

a
view, i.e. "clients", using the built in view creator, and, then further
filter the list by each letter of the last name, thus I could switch

between
clients and colleagues (2 different views), and then narrow the results
(using a seperate view selector) to all people who's last name begins

with
each letter, thus I could very quickly sort through and find a contact

within
such a long list


  #6  
Old June 12th 08, 07:57 AM posted to microsoft.public.outlook.contacts
Judy Gleeson \(MVP Outlook\)[_242_]
external usenet poster
 
Posts: 1
Default Contact filtering

dumb question time...

what's wrong with using the Contact lookup window?

you want Graeme Johnston so you type GRA JO and Enter. It finds him quite
quickly. I've used this with 18,000 contacts.

--

Regards

Judy Gleeson
MVP Outlook
Trainer and Consultant www.pragmatix.com.au
Outlook 2003 user? Read "7 settings all Outlook 2003 users should change"
on my website.

..
"Michael Bauer [MVP - Outlook]" wrote in message
...


No.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Wed, 11 Jun 2008 13:43:01 -0700 schrieb Matt:

perfect, that worked.

But, it was a lot more convenient when I had a set of alphabet buttons

(from
when I was using tabview organizer). Do you know of any other addins
that
might work to create that, and/or is there a way to modify the alphabet
buttons that are already included in Outlook (the row down the left side)

so
that instead of simply moving to the first contact that begins wihth the
letter selected, it actually filters out all of the other contacts?

"Michael Bauer [MVP - Outlook]" wrote:


In the filter dialog, you may set to look for 'a' in FileAs on the first
tab. Then switch to the SQL tab, check 'Edit criteria directly', and

change
LIKE '%a%' to LIKE 'a%'.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en



Am Wed, 11 Jun 2008 11:14:00 -0700 schrieb Matt:

Does anyone know if there is a way to create a contact view in Outlook
2007
that is filtered by the first letter of either the last name field or

the
file as field. I used to use tabview organizer, and their tech support
and I
worked out SQL code (for the SQL tab) that allowed for this in their
product,
but they have not been able to get it to work properly with Outlook

2007,
so
I have lost the functionality since I upgraded.

I have 34000 contacts in Outlook, and it would be great to be able to

only
look at a smaller list (by letter), rather than having to scroll
through
all
34000 contacts every time I need to find someone.

Also, (and this is probably for the 3rd party addons discussion group,

but
someone might know) does anyone know of an addon similiar to 2007, that
allows for multiple views to be overlapped (Tabview allowed me to
create

a
view, i.e. "clients", using the built in view creator, and, then
further
filter the list by each letter of the last name, thus I could switch
between
clients and colleagues (2 different views), and then narrow the results
(using a seperate view selector) to all people who's last name begins

with
each letter, thus I could very quickly sort through and find a contact
within
such a long list



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
category filtering flipflop Outlook - Calandaring 3 December 5th 08 10:48 PM
OE Filtering Bob Outlook Express 3 February 11th 07 07:20 AM
email filtering gonzoturtle Outlook - General Queries 3 February 8th 07 03:39 PM
Filtering SPAM Anon Outlook - General Queries 4 September 18th 06 12:40 PM
filtering spam Eve L Dewer Outlook Express 1 June 14th 06 11:47 PM


All times are GMT +1. The time now is 08:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.