> Choose Field allows you to bind a control on your form to an Outlook property, so that the data the user enters is stored in the item when it's saved. It doesn't have a lot to do with populating a list box, unless you want a static list that doesn't change. That doesn't sound like what you want, but you really haven't sketched out enough of your scenario for me to make concrete suggestions. Did you look at the custom form sample on the page I suggested? Maybe that will give you some context to describe what you want.
>
[quoted text clipped - 14 lines]
> >> > my team. I figured the dropdown would be my best bet. But I can't get
> >> > beyond one selection to put into the box.
Do you mean notes as in email messages? Notes as in journal entries?
"template for Business Notes"? Are you talking about Business Contact Manager?
Where would the list of clients come from? An external database? If so, then you'll need to write ADO code behind the form to do the lookup; see http://www.outlookcode.com/d/database.htm That page also has tools for exposing an existing database in Outlook.
"notes linked to an Access database"? Are you thinking of storing information from the notes in the database? Using the built-in linking to OUtlook that Access has?
These are also key issues still:
>> Other key issues are what type of form (message, contact, etc.), whether you're using Exchange as your mail server, where you plan to publish the form, etc
As you're probably catching on, what you're describing is not a simple step-by-step operation.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Sue,
>
[quoted text clipped - 27 lines]
>> >> > my team. I figured the dropdown would be my best bet. But I can't get
>> >> > beyond one selection to put into the box.
Slappy - 27 Jul 2006 00:10 GMT
Thanks...yes I intend to store the information from the notes in the external
database. I'll look into learning more about ADO code. If I write back I'll
try to have more precise terminology. Thanks for pointing me in the right
direction.
> Do you mean notes as in email messages? Notes as in journal entries?
>
[quoted text clipped - 41 lines]
> >> >> > my team. I figured the dropdown would be my best bet. But I can't get
> >> >> > beyond one selection to put into the box.