viewfield module
This module allows someone to include on a page of content (node) a search
and display of additional content from a preexisting view.
e.g., you have a content type for CD’s, they include a CCK field for artists. You could create a content type for the artist and include on that content type a viewfield allowing Drupal to find and present any of the CD content types that belong to that artist so you would end up with a content page view of:
Artist information <~~ This would come from the other fields that were on the created content.
A listing of all CD’s that this artist in on. <~~ This would come from the viewfield module.
Needed:
CCK, Views, Viewfield
Create:
CD Content type with a CCK Field for Artists
View of CD by Artist
Artists Content type with a View Field Field
If someone has this module installed could you share a bit of the real process


Thank you that was really
Thank you that was really clear to me, I think that now I can use and implement viewfield.module
Cheers