T
train.fan#007
Hi Guys,
I hope someone can help:
I have a form with various textboxes(not this problem),
1 comboBox(cboMakers),
1 comboBox(cboModels),
and a subform showing(hopefully) a table of available parts.
I have a table of Makers:- fields Optionnumber and MakersName
I have a table of Models:- fields OptionMakersNumber, OptionModelNumber and
OptionModelName.
The Relationship between OptionNumber and OptionMakerNumber is One-to-many,
this has the desired result within the tables, but as to how this would
work within the form baffles me.
To explain what I am trying to achieve:-
I would like to select one item from cboMakers(47 available choices),
on selection and tab to cboModels, the individual models appear in
cboModels(ranging from 2 to 60 in number).
Example of what I hope to see:-
cboMakers "AC" Selected
cboModels (list of 7 items ie Models of AC cars)"" on selection eg "Cobra",
The table would show what parts are available for a Cobra.
This would then follow on to the Subform where tblParts should show a list
of available parts to each model.
The list of Parts runs to 100 at the moment, for all models.
Am I being too adventurous or am I missing something really simple.
Thanks in advance
Lindsay (TrainFan#007)
I hope someone can help:
I have a form with various textboxes(not this problem),
1 comboBox(cboMakers),
1 comboBox(cboModels),
and a subform showing(hopefully) a table of available parts.
I have a table of Makers:- fields Optionnumber and MakersName
I have a table of Models:- fields OptionMakersNumber, OptionModelNumber and
OptionModelName.
The Relationship between OptionNumber and OptionMakerNumber is One-to-many,
this has the desired result within the tables, but as to how this would
work within the form baffles me.
To explain what I am trying to achieve:-
I would like to select one item from cboMakers(47 available choices),
on selection and tab to cboModels, the individual models appear in
cboModels(ranging from 2 to 60 in number).
Example of what I hope to see:-
cboMakers "AC" Selected
cboModels (list of 7 items ie Models of AC cars)"" on selection eg "Cobra",
The table would show what parts are available for a Cobra.
This would then follow on to the Subform where tblParts should show a list
of available parts to each model.
The list of Parts runs to 100 at the moment, for all models.
Am I being too adventurous or am I missing something really simple.
Thanks in advance
Lindsay (TrainFan#007)