G
Guest
Hi
How can I setup combo boxes in a form so that when the user selects an option from the first box, the second one gets populated with a certain set of options? I tried to do this in Access, but Access seems more complicated than necessary, so for now I will settle for doing it in Excel if possible (and if I can find a solution that performs quickly). What I started to set up in Access was a table where every possible option in the second list (in one column) has a "category" (in a second column) that matches one of the options in another table. The first combo box displays these "category" options. I tried to do a SQL statement that referenced the selected option in the first combo box but it didn't work. It was accepted syntactically but the field said #Name? and never changed when I picked from the first list / combo box.
Thanks
How can I setup combo boxes in a form so that when the user selects an option from the first box, the second one gets populated with a certain set of options? I tried to do this in Access, but Access seems more complicated than necessary, so for now I will settle for doing it in Excel if possible (and if I can find a solution that performs quickly). What I started to set up in Access was a table where every possible option in the second list (in one column) has a "category" (in a second column) that matches one of the options in another table. The first combo box displays these "category" options. I tried to do a SQL statement that referenced the selected option in the first combo box but it didn't work. It was accepted syntactically but the field said #Name? and never changed when I picked from the first list / combo box.
Thanks