Form field values

  • Thread starter Thread starter Judy Scofield
  • Start date Start date
J

Judy Scofield

I posted this a few days ago in outlook.vba and got no
response. Maybe someone here can help.

This is my first Outlook project. In a customized
appointment form, I want to open a contacts folder,
select a contact and return the name and phone number
values into custom fields on the appointment form (P.2).
I can open the explorer object from VBScript, but don't
know how to get the values back. I've also tried using a
macro, and can add it to the toolbar. I can set global
variables with the values I need, but I still don't know
how to populate the fields on my original form.

I would really like to run the code from a button click,
but am open to the best way to do this.

Any help would be appreciated.

Judy Scofield
 
Hi,

For referencing Items & Folders, have a look at Q290804. For accessing fields and controls see Q207430

Jess
 
Back
Top