B
bflotim
I have a field in a table that Utilizes a combo box that is populated by a
field in a separate table. Then I have another field that I want to be
populated similarly only filtered by the first field.
Example: Action (field), and SubAction (field).
Each Action has certain possible SubActions. I would like the SubAction
field to read what has been entered in the Action field and show the possible
SubAction responses in a ComboBox. I can use a query to populate the combo
box with all SubActions or I can use a parameter box to populate the
combobox. I want to use the Action field as the answer for the parameter
question without actually having to type it in. Can this be done?
field in a separate table. Then I have another field that I want to be
populated similarly only filtered by the first field.
Example: Action (field), and SubAction (field).
Each Action has certain possible SubActions. I would like the SubAction
field to read what has been entered in the Action field and show the possible
SubAction responses in a ComboBox. I can use a query to populate the combo
box with all SubActions or I can use a parameter box to populate the
combobox. I want to use the Action field as the answer for the parameter
question without actually having to type it in. Can this be done?