Thank you Lionel,
but after trying the whole weekend to get it to work, I couldn't...
Given: Only one table (#__cck_store_form_kfz3); in it: id, brand, model, and of course other fields
In that table: field "brand" has not unique values and field "model" has not unique values too.
All I could get was under "construction mode": Start: OName=brand; OValue=id
and End: OName=model; OValue=id; Parent=id
a select in the search form with multiple entries of the same brand and the associated model to that brand record I choose out of the list of same entries.
That's of course not what I needed but even there, I got no result of the search, saying "There is no result".
Question one: This Dynamic Cascade is Part of a "Select-Dynamic" which gathered after the cascade other Select-Simples to find the proper selection. Is this possible (using CCK(Select-Dynamic) of core as first field)? Or is the Cascade only working alone?
Question two: With free Query:
SELECT DISTINCT brand AS text
FROM #__cck_store_form_kfz3
ORDER BY brand ASC;
and OValue=id
I get a unique list of brands but loosing the chain to field "model".
I think, I have tried all the combinations by try and error changing ON, OV and Parent with no better result.
Regards
Hans-Georg