S
Sonia
Hi,
I've the following tables created:
BRAND (PK.brand_id, brand_name)
MODEL (PK.model_id, model_name, brand_id)
SUBMODEL (PK.submodel_id, submodel_name, model_id)
VEHICLES (PK.vehicle_id, brand_id, model_id, submodel_id)
In a simple form, I've created fields to store the information in
tblVEHICLES and I use combo boxes to store the table id for the brand, model
and submodel. All works fine and data is stored in the table. However, once
selecting the brand, say Mazda, the model (and the submodel) combo box
displays all the brands models. It's not filtering the Mazda's only.
What am I doing wrong?
TIA
Sonia
I've the following tables created:
BRAND (PK.brand_id, brand_name)
MODEL (PK.model_id, model_name, brand_id)
SUBMODEL (PK.submodel_id, submodel_name, model_id)
VEHICLES (PK.vehicle_id, brand_id, model_id, submodel_id)
In a simple form, I've created fields to store the information in
tblVEHICLES and I use combo boxes to store the table id for the brand, model
and submodel. All works fine and data is stored in the table. However, once
selecting the brand, say Mazda, the model (and the submodel) combo box
displays all the brands models. It's not filtering the Mazda's only.
What am I doing wrong?
TIA
Sonia