cascade drop down list

drashrafsabry

Well-known member
Cascade Drop-down lists


a record B is filled with values to choose from according to a choice i made in record A

my question is can a record C be filled in addition to B at the same time by values i chosed in record A


i want values in 2 records B , C to be filled by my choice in record A drop down
 

eugenio

Administrator
Staff member
Hello,
I assume you meant "field" and not "record" in your question; there isn't any bulit-in way to do that, the cascade drop-down only works on one field. Maybe you can play with the "JS event functions" of the field A and write a JS function that fills field C.

best,
 
Top