How to connect outlook forms to SQL server

G

Guest

How to connect outlook forms to SQL server. I am trying to link dropdown
boxes to a table from an SQL server over an IP address.
 
S

Sue Mosher [MVP-Outlook]

Outlook form fields have no linking feature. You would need to write code behind your custom form (or in an accompanying addin) to connect to the database and read the recordset. See http://www.outlookcode.com/d/database.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top