I have, for example, two tables:
1. cars with fields id, car_name
2. models with fields id, car_id, model_name
I want to use two combo-boxes to gather inputs. In first combo-box I want to have cars name and into the second I want to have model names filtered by car_id.
It's possible to do it?
I have, for example, two tables: 1. cars with fields id, car_name 2. models with fields id, car_id, model_name
I want to use two combo-boxes to gather inputs. In first combo-box I want to have cars name and into the second I want to have model names filtered by car_id.
It's possible to do it?