Posted by feamin on December 1, 2012 at 5:45am
This is probably a very simple question. I am trying to do the normal database relationship between types, one-to-one, one-to-many, many-to-many.
For instance, let's say I create a new type "Carnival." And I have an existing type "Rides." When I create a new carnival, I want a drop down list of the existing rides. When I click on the list of rides, I want to see which carnival to go to. I guess this case is actually many-to-many. Basically, I want custom types to be able to be added as elements of other custom types.
Comments
One approach is to use the
One approach is to use the entity reference field module. There are also modules that deal with relations.
Thanks, I will try that and
Thanks, I will try that and check back later.