-I have a form with two combo boxes's.
-The first cbox I want the user to be able to select a mfg from a drop down list of three choices linked to a mfg table.
-Once that mfg is selected then i want the 2nd cbox to only display the data from a model table that is linked to the intial selection in the mfg cbox.
-I have tried dlookups, select statements and linked queries. Now im just lost...
Does anybody have any suggestions on the best and most effecient way to do this..
Your help would be greatly appreciated.
-Rhino
Facts:
2 tables(mfg, model)
1 form (enter-mfg-and-model)
2 cboxes on form (model and mfg)
the model and mfg table have primary keys (mfg_id, model_id)
the model table also has a column that has the mfg id in it to identify the relationship.
-The first cbox I want the user to be able to select a mfg from a drop down list of three choices linked to a mfg table.
-Once that mfg is selected then i want the 2nd cbox to only display the data from a model table that is linked to the intial selection in the mfg cbox.
-I have tried dlookups, select statements and linked queries. Now im just lost...
Does anybody have any suggestions on the best and most effecient way to do this..
Your help would be greatly appreciated.
-Rhino
Facts:
2 tables(mfg, model)
1 form (enter-mfg-and-model)
2 cboxes on form (model and mfg)
the model and mfg table have primary keys (mfg_id, model_id)
the model table also has a column that has the mfg id in it to identify the relationship.