In a task form, I select a contact. After I want to be able to see the
contact in ay view. So I had the column contact. I also need to had the
phone number of that contact, so I had the phone column. This is where the
problem begin, the phone is empty. I did check if my contact has a phone
number, and he got one.
It seem that outlook drop the contact attribute. Only full name is working.
Didi anybody know why?
Any folder view shows only the data in that folder, even though Outlook lets
you think otherwise by allowing you to add fields from different types of
items in the folder. You can accomplish what you want, however, with a
little custom VBA code. For an example, see
http://www.outlookcode.com/codedetail.aspx?id=566

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> In a task form, I select a contact. After I want to be able to see the
> contact in ay view. So I had the column contact. I also need to had the
[quoted text clipped - 6 lines]
> working.
> Didi anybody know why?