Okayyyyy, i took closer look at that, and looks fine and logic, but i think is it more complicated that the need? or not related? i am not sure…
let me explain some more please
i have one from (multiple records) getting data from one table with 4 fields {select1} {select2} {select3} {select4}
options of these select lists are foreign keys from other small tables that feed the data… so in the form table are stored as 0,1,2,3,4,5 (set by sc lookup > automatic) and they work fine. same for {select2},{select3},{select4} i have 1,2,3, 4 that is actually in the “primary” table something like this: id 0= “Main”, id 1= “secondary” and id 3= “3rd party” id 4=“vacant”… etc
now the form (multiple records form) when i select option 1 in field: {select1} i want the select 2 select option 2 automatically and if i select option 2 in select1 then change select to option 3 for example… something like force the value of the other select field to have specific option from its field if selected something else??
seems ajax business, but not for my level for sure
so if make sense and can be done in some way it will be really helpful… instead of relying on making all my default values the ones i want them to have and make the ajax reload them on onChange from another select field… sometimes you want specefic option of the other select, not the first one
alright, again, sorry for writing long, i am just trying to explain, and sorry for my english
appreciated any hint, idea, solution or workaround
cheers
Mike