Exporting data from access to outlook

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

Guest

hello!

I have a Data Base in access, and I want to export data to a combo box in a
custom form that I made in OUTLOOK.
how do I do it?

thanks!

Yonina.
 
Write ADO or DAO code for the form's Item_Open event handler that creates a Recordset and use that to set the combo box's List property. See http://www.outlookcode.com/d/formcontrols.htm#listcombo and http://www.outlookcode.com/d/database.htm#samples.

FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at microsoft.public.outlook.program_forms or, via web interface, at http://www.microsoft.com/office/com...spx?dg=microsoft.public.outlook.program_forms

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

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