Hi,

I'm trying to achieve something with CCK in Drupal 4.7, and i searched the Drupal forums for hours, but couldn't find anything about it.
I created a CCK content type, being 'music album' which stores info on a particular music album.
Now i want to be able to add the musiclabel on which the album was released, but also the ability to select a label that was added already.

So basically i want to do the following:
When i add a music album, i want to have a selectbox or autocomplete textfield (preferably the last) which contains musiclabels that were added in the past, but also the ability to fill in a new musiclabel (in a new textfield, or the autocomplete one).

Is there something available that does kind of what i want here, or will i have to code things myself? The implementation can be a bit different then described, i don't care, but it should be able to add an item to an existing list OR select an existing item from a list, within a CCK created content type.

If you know of existing modules that do this, or can be combined to do this, let me know...
Or if none exist, maybe you can give me some ideas on how this would be implemented best.

Kind regards

xeniox