msoutlook.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Allow outlook to store dublicate contact values

 
Post new topic   Reply to topic    msoutlook.org Forum Index -> MS Office Outlook
Author Message
"Werner_Faßbender



Joined: 09 Jan 2008
Posts: 11

PostPosted: Sat Jan 26, 2008 7:34 pm    Post subject: Allow outlook to store dublicate contact values Reply with quote

Hello,

I'm using OL2003, AC97, WinXP

From Access I'wolud like to store contacts in a new Outlook contact
folder "Ramigos".

At first I store FirstName, LastName, Title etc...

Set myitem = myRAMFolder.Items.Add
If Len(Trim(Nz([Anrede]))) 0 Then
.Title = Anrede
End If

If Len(Trim(Nz([Nachname]))) 0 Then
.LastName = Nachname
End If

If Len(Trim(Nz([Vorname]))) 0 Then
.FirstName = Vorname
End If

When I controll the the new contacts in Outlook I can't find any
duplicate contact value.
In my AC97 DB are many duplicate contacts and my program must store
all values in
Outlook, equal if they are dublicate or not.

But I think when the Firstname und the lastname are the duplicate
outlook doesn't store it.

How can I store duplicate contacts (FirstName and LastName are the
same) from AC to OL?
Or how can I switch off this automatic in OL?

Thanks a lot
Best regards
Werner
(under pressure)

Archived from group: microsoft>public>office>developer>outlook>vba
Back to top
View user's profile Send private message
"Werner_Faßbender



Joined: 09 Jan 2008
Posts: 11

PostPosted: Sat Jan 26, 2008 9:09 pm    Post subject: Re: Allow outlook to store dublicate contact values Reply with quote

Hello,

it was my mistake.

regards Werner

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    msoutlook.org Forum Index -> MS Office Outlook All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group