eagle11232
Technical User
Hello All.
I am working to limit the options in a combo box based on the selection of another combo box. I found the FAQ on the topic, faq702-681, but I am having trouble working through the query builder.
The first combo box has four options and are sourced from a Value List that I manually entered as they are fixed.
The second combo box is sourced from a Table/Query.
Using the example in faq702-681 I coded into the Criteria of the query: Forms![MyFormName]![NameofComboBoxthatIamtryingtolimit].[Value]
When I try to enter the data in the form view, only the first entry in the table that holds the data for the second combo box is available. I haven't had any luck getting the other 3 options to be visible.
Thank you for any help you can provide.
I am working to limit the options in a combo box based on the selection of another combo box. I found the FAQ on the topic, faq702-681, but I am having trouble working through the query builder.
The first combo box has four options and are sourced from a Value List that I manually entered as they are fixed.
The second combo box is sourced from a Table/Query.
Using the example in faq702-681 I coded into the Criteria of the query: Forms![MyFormName]![NameofComboBoxthatIamtryingtolimit].[Value]
When I try to enter the data in the form view, only the first entry in the table that holds the data for the second combo box is available. I haven't had any luck getting the other 3 options to be visible.
Thank you for any help you can provide.