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