• Subject: Allow outlook to store dublicate contact values
  • Author: Werner Faßbender
  • Date: 26 Jan 2008
  • References:
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)
26 Jan 2008Allow outlook to store dublicate contact values.Werner Fabender
26 Jan 2008\ Re: Allow outlook to store dublicate contact values.Werner Fabender
All times are in (US) Eastern Daylight Time (GMT -4:00)