I have a list of names and a separate address book. The address book contains the fields Name, Location and Title.The address book is a superset of the list of names.
I need to display the Location and Title fields from the address book for only the names that are in the list of names. I am befuddled how to do this. Can someone point me in the right direction?