I've got a content type called "contact". One user can create hundreds of contacts. I need another list of contacts stored somewhere else. Options:
2 sounds like the best option to me, but I want to be able to have a better way of physically selecting the contact, as a user can have hundreds and maybe even thousands of contacts. So, my question really boils down to:
The Multiselect module solved my problem. Here is an excerpt from its project page:
... defines a widget to be used with CCK fields. It allows the user to select multiple items in an easy way. It consists of two lists, one of all available items, the other of selected items. The user can select an item by moving it from the unselected list to the selected list. This module relies on the built-in jQuery features of Drupal and does not require any additional modules other than the CCK module set (Drupal 7 version has no dependencies).