G
Guest
I have an option group with 4 option buttons (Wood, HPL, Melamine, Other) on
a form called TBLCabinetry. The user will have to select one of these
choices before they go to a field called "MaterialID". This is a combo box
where the Row Source Type is set to Table/Query. The 3 columns in the query
are "MaterialID", "DescriptionField", and "MaterialType". The Material Type
field is a combo box value list, from a table called TBLMaterials, with 4
values (Wood, HPL, Melamine, Other).
How can I make it so that when the user selects the option button they want
to have the MaterialID combo box be filtered to only show the values that
match the option button they selected. So for example if someone selected
the HPL option button and then went to the MaterialID field the only material
types that would be available to choose from would be HPL material types.
Thank you for your help.
a form called TBLCabinetry. The user will have to select one of these
choices before they go to a field called "MaterialID". This is a combo box
where the Row Source Type is set to Table/Query. The 3 columns in the query
are "MaterialID", "DescriptionField", and "MaterialType". The Material Type
field is a combo box value list, from a table called TBLMaterials, with 4
values (Wood, HPL, Melamine, Other).
How can I make it so that when the user selects the option button they want
to have the MaterialID combo box be filtered to only show the values that
match the option button they selected. So for example if someone selected
the HPL option button and then went to the MaterialID field the only material
types that would be available to choose from would be HPL material types.
Thank you for your help.