Populate Combo Box with Outlook Address Book

V

Van T. Dinh

You can use the Link Table Manager to link to the Outlook Address Book ...
and then use this linked Table (or a Query/SQL based on this linked Table)
as the RowSource for your ComboBox.
 
Top