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

Tags: ,

numbering contacts





 
 
Thread Tools Display Modes
  #1  
Old March 16th 07, 01:11 PM posted to microsoft.public.outlook.contacts
PaulH7436
external usenet poster
 
Posts: 4
Default numbering contacts

I need to apply a sequential number to each of my contacts. My ISP has a
new policy of limiting each user to 500 outgoing emails per hour. I have
over 5,000 addresses in my CONTACTS and need to split that it into about 10
DISTRIBUTION LISTS. It is a distribution list made up of first and last names
and email addresses. I want to use an unused field such as FAX NUMBER or
OTHER to number each contact. I would then need to sort by that number
within CONTACTS and the DISTRIBUTION LIST. I can viualize doing all this in
EXCEL and reimporting the data but I also need to teach this system to those
who need it to be simple. Any suggestions?
Ads
  #2  
Old March 17th 07, 07:57 AM posted to microsoft.public.outlook.contacts
Karl Timmermans
external usenet poster
 
Posts: 478
Default numbering contacts

Just some casual observations to your export/import plan......

Can't re-import data using Outlook's standard wizard to update existing
contacts so you would have to export all data for all contacts which also
wouldn't work if data exists in any field(s) not exported by Outlook. You'll
need to write your own code for that or use 3rd party products. That's in
addition to the sorting issue of DL's by whatever field you used (no option
like that that I'm aware of). Even if the Excel scenario was plausible (even
with 3rd party products), it leaves the question of how you're going to deal
with new contacts being added in terms of numbering to make sure that the
numbering sequence is continued from the last number assigned.

Just sounds like the envisioned plan isn't viable for a whole host of
reasons. One crude method, off the top of my head, is to export relevant
contact info to Access or Excel when the broadcast emails are required, add
an autonumber field to each row and do a mail-merge from this file selecting
the number of records you want to email. Since your description also
mentions 500/hr/user - that would imply that the actual number allowed in
any broadcast is reduced by any regular email messages sent within that hour
so actual number would be (500 minus any normal email sent = total allowed
in broadcast).

Karl
__________________________________________________ _
Karl Timmermans - The Claxton Group
ContactGenie - Importer 1.3 / DataPorter 2.0 / Exporter
"Power contact importers/exporters for MS Outlook '2000/2007"
http://www.contactgenie.com


"PaulH7436" wrote in message
...
I need to apply a sequential number to each of my contacts. My ISP has a
new policy of limiting each user to 500 outgoing emails per hour. I have
over 5,000 addresses in my CONTACTS and need to split that it into about
10
DISTRIBUTION LISTS. It is a distribution list made up of first and last
names
and email addresses. I want to use an unused field such as FAX NUMBER or
OTHER to number each contact. I would then need to sort by that number
within CONTACTS and the DISTRIBUTION LIST. I can viualize doing all this
in
EXCEL and reimporting the data but I also need to teach this system to
those
who need it to be simple. Any suggestions?



  #3  
Old March 17th 07, 02:31 PM posted to microsoft.public.outlook.contacts
PaulH7436
external usenet poster
 
Posts: 4
Default numbering contacts

Thanks for the Excel advice. I think I will just store and edit my list in
Excel and copy the addresses to Outlook for the mailing.

"Karl Timmermans" wrote:

Just some casual observations to your export/import plan......

Can't re-import data using Outlook's standard wizard to update existing
contacts so you would have to export all data for all contacts which also
wouldn't work if data exists in any field(s) not exported by Outlook. You'll
need to write your own code for that or use 3rd party products. That's in
addition to the sorting issue of DL's by whatever field you used (no option
like that that I'm aware of). Even if the Excel scenario was plausible (even
with 3rd party products), it leaves the question of how you're going to deal
with new contacts being added in terms of numbering to make sure that the
numbering sequence is continued from the last number assigned.

Just sounds like the envisioned plan isn't viable for a whole host of
reasons. One crude method, off the top of my head, is to export relevant
contact info to Access or Excel when the broadcast emails are required, add
an autonumber field to each row and do a mail-merge from this file selecting
the number of records you want to email. Since your description also
mentions 500/hr/user - that would imply that the actual number allowed in
any broadcast is reduced by any regular email messages sent within that hour
so actual number would be (500 minus any normal email sent = total allowed
in broadcast).

Karl
__________________________________________________ _
Karl Timmermans - The Claxton Group
ContactGenie - Importer 1.3 / DataPorter 2.0 / Exporter
"Power contact importers/exporters for MS Outlook '2000/2007"
http://www.contactgenie.com


"PaulH7436" wrote in message
...
I need to apply a sequential number to each of my contacts. My ISP has a
new policy of limiting each user to 500 outgoing emails per hour. I have
over 5,000 addresses in my CONTACTS and need to split that it into about
10
DISTRIBUTION LISTS. It is a distribution list made up of first and last
names
and email addresses. I want to use an unused field such as FAX NUMBER or
OTHER to number each contact. I would then need to sort by that number
within CONTACTS and the DISTRIBUTION LIST. I can viualize doing all this
in
EXCEL and reimporting the data but I also need to teach this system to
those
who need it to be simple. Any suggestions?




  #4  
Old March 17th 07, 05:33 PM posted to microsoft.public.outlook.contacts
Karl Timmermans
external usenet poster
 
Posts: 478
Default numbering contacts

If the prime list is being maintained in Excel, why not just do a mail merge
to email from MS Word (Outlook step is unnecessary)?

Karl
__________________________________________________ _
Karl Timmermans - The Claxton Group
ContactGenie - Importer 1.3 / DataPorter 2.0 / Exporter
"Power contact importers/exporters for MS Outlook '2000/2007"
http://www.contactgenie.com



"PaulH7436" wrote in message
...
Thanks for the Excel advice. I think I will just store and edit my list
in
Excel and copy the addresses to Outlook for the mailing.

"Karl Timmermans" wrote:

Just some casual observations to your export/import plan......

Can't re-import data using Outlook's standard wizard to update existing
contacts so you would have to export all data for all contacts which also
wouldn't work if data exists in any field(s) not exported by Outlook.
You'll
need to write your own code for that or use 3rd party products. That's in
addition to the sorting issue of DL's by whatever field you used (no
option
like that that I'm aware of). Even if the Excel scenario was plausible
(even
with 3rd party products), it leaves the question of how you're going to
deal
with new contacts being added in terms of numbering to make sure that the
numbering sequence is continued from the last number assigned.

Just sounds like the envisioned plan isn't viable for a whole host of
reasons. One crude method, off the top of my head, is to export relevant
contact info to Access or Excel when the broadcast emails are required,
add
an autonumber field to each row and do a mail-merge from this file
selecting
the number of records you want to email. Since your description also
mentions 500/hr/user - that would imply that the actual number allowed in
any broadcast is reduced by any regular email messages sent within that
hour
so actual number would be (500 minus any normal email sent = total
allowed
in broadcast).

Karl
__________________________________________________ _
Karl Timmermans - The Claxton Group
ContactGenie - Importer 1.3 / DataPorter 2.0 / Exporter
"Power contact importers/exporters for MS Outlook '2000/2007"
http://www.contactgenie.com


"PaulH7436" wrote in message
...
I need to apply a sequential number to each of my contacts. My ISP has
a
new policy of limiting each user to 500 outgoing emails per hour. I
have
over 5,000 addresses in my CONTACTS and need to split that it into
about
10
DISTRIBUTION LISTS. It is a distribution list made up of first and last
names
and email addresses. I want to use an unused field such as FAX NUMBER
or
OTHER to number each contact. I would then need to sort by that number
within CONTACTS and the DISTRIBUTION LIST. I can viualize doing all
this
in
EXCEL and reimporting the data but I also need to teach this system to
those
who need it to be simple. Any suggestions?






 




Thread Tools
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
Numbering weekdays Karelshades Outlook - Calandaring 1 August 22nd 06 04:01 PM
start of year and week numbering Craig Outlook - Calandaring 0 April 4th 06 11:16 PM
How do I change week number to the correct numbering in Outlook? skajaa Outlook - Calandaring 2 February 21st 06 12:09 AM


All times are GMT +1. The time now is 06:28 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Debt Consolidation - Charity - Internet Advertising - Bikini Model - Mortgage Calculator