MrSandman666
Programmer
Hi, it's me again. I'm aware that you have to get sick of me slowly but surely but, hey, I always put off all my problems to the very last moment and now the deadline is approaching and I have to solve all my problems all at once and possibly until yesterday.
To get to the point:
I'm exporting contacts from an Access database to Outlook. My problem is this:
The program just adds new contacts and doesn't overwrite/update existing ones. If I hit "Export" once I get a certain amount of contacts exportet to my contacts folder in Outlook. And when I hit "Export" again, I get all the same contacts again, so that I have them all double. Outlook doesn't take care of updating existing data automaticaly. All I can do (as far as I know) is add and delete data, read data and edit data.
Is there an elegant and efficient way to update all the already existing data and simply add those contacts that aren't already in my contact folder? I don't want to do stuff like search the list of contacts once for each contact in order to check whether the contact is already existing because I oftentimes have to deal with huge amounts of data and that would take hours to process. Any ideas from any experienced programmers who aren't as burnt out as I am?
To get to the point:
I'm exporting contacts from an Access database to Outlook. My problem is this:
The program just adds new contacts and doesn't overwrite/update existing ones. If I hit "Export" once I get a certain amount of contacts exportet to my contacts folder in Outlook. And when I hit "Export" again, I get all the same contacts again, so that I have them all double. Outlook doesn't take care of updating existing data automaticaly. All I can do (as far as I know) is add and delete data, read data and edit data.
Is there an elegant and efficient way to update all the already existing data and simply add those contacts that aren't already in my contact folder? I don't want to do stuff like search the list of contacts once for each contact in order to check whether the contact is already existing because I oftentimes have to deal with huge amounts of data and that would take hours to process. Any ideas from any experienced programmers who aren't as burnt out as I am?