![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]() 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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]() 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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |