combo box

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

Guest

hi!

I have a combo box in a custom form that I made. Is there any other way of
filling it besides in the code (add item)?

I have a nother combobox that I want to fill with records that are in an
access DB. how do I do that?

thanks.

Yonina
 
Either fill it programmatically or fill it manually (with the Possible Values on the control's Properties page). Take your pick.

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Look on the control's Properties page, on the Value tab for the Possible Values property.

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

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