Combo Box Reference

D

David

I wish to present the user with a combo box containing a
list of contact names (formatted, so not corresponding to
a single field). On selecting a name, then to retrieve
and use the corresponding fax number or address.

In C++ Builder, I am used to each combo box entry having
a corresponding (invisible) object reference. This can be
used to 'get back' from a selected item to its index in
the collection. I can't see any such facility in Forms.

How do I achieve this objective efficiently, please?

Using Outlook XP/Win XP.

Thanks, David
 
Top