I'm affraid I have never seen the database of which you refer. That said if
you are looking for vba code to create an Outlook contact from access take a
look at
http://www.tek-tips.com/faqs.cfm?fid=551
it should at the very least get you well on your way.
Also, if you google 'vba create outlook contact' or something similar you'll
more certainly find other code snippets.
--
Hope this helps,
Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples:
http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
"CrazyAccessProgrammer" wrote:
> Looking at one of the pre-packaged Access 2007 databases, such as the
> 'Issues' database, there is a button on the 'Contact Details' form called
> 'Create Outlook Contact.'
>
> Clicking this button will open your Outlook Contact Entry screen with the
> information about a contact from the 'Issues' database.
>
> This function is carred out via an Access 2007 macro.
>
> I'd like to carry out this function using VBA. Does anyone know where they
> could point me to see the VBA equivlent of the Create Outlook Contact macro?