Connecting to a database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to create a form in Outlook, which can view the details of
contacts stored in an SQL DB. The details of the contacts could then be used
when creating new e-mails. How do you create such a form? Is it even possible
 
Ask in a more specific newgroup down the road;
outlook.program_vba
outlook.program_forms

--
Robert Sparnaaij [MVP-Outlook]
www.howto-outlook.com

Tips of the month:
-Navigation Pane Tips & Tricks
-Create an Office 2003 CD slipstreamed with Service Pack 1
 
You would have to write code to connect to the database and fill the
controls in the form with information from the appropriate database recoved.
If you want the data to be used for mail creation, it will have to actually
reside in Outlook, not just be viewable from an Outlook form. You may want
to consider a tool like TabTag that exposes a database as an Outlook folder.
See http://www.outlookcode.com/d/database.htm

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Mr Couper said:
I would like to create a form in Outlook, which can view the details of
contacts stored in an SQL DB. The details of the contacts could then be used
when creating new e-mails. How do you create such a form? Is it even
possible
 
Back
Top