Hi all,
I have a form to input clients data and two fields are "Car Brand" and
"Car Model", both taken from an external table containing the two
fields... It works fine, but I would like to subquery the second field
based on the first one: if one inputs "Ford" as brand, I would like to
just view the Ford models in the "Model" section, instead of all of
them... can't figure it out :-(((
Thanks in advance to everybody for any help you can provide, Lupo
I have a form to input clients data and two fields are "Car Brand" and
"Car Model", both taken from an external table containing the two
fields... It works fine, but I would like to subquery the second field
based on the first one: if one inputs "Ford" as brand, I would like to
just view the Ford models in the "Model" section, instead of all of
them... can't figure it out :-(((
Thanks in advance to everybody for any help you can provide, Lupo
Comment