P
pmears
I am creating a CRM/Project Management database in Access 2003. On my
Contacts form, I would like to incorporate a feature that would allow a
user to drag a vCard or contact from Outlook onto a form. VBA Code
would then open and parse the vCard into the Name, Phone(s), email, etc
fields.
Has anyone done this or anything similar?
There are two parts to tackle, I guess:
1) Drag and Drop an object onto a form, saving it as an object in the
DB (not as a hyperlink).
2) Parsing the vCard (VCF) file structure into fields.
Help on either one would be appreciated.
Contacts form, I would like to incorporate a feature that would allow a
user to drag a vCard or contact from Outlook onto a form. VBA Code
would then open and parse the vCard into the Name, Phone(s), email, etc
fields.
Has anyone done this or anything similar?
There are two parts to tackle, I guess:
1) Drag and Drop an object onto a form, saving it as an object in the
DB (not as a hyperlink).
2) Parsing the vCard (VCF) file structure into fields.
Help on either one would be appreciated.