I am trying to create an access form that will have multiple combo box drop downs. There are two that will need to be linked in the form. The selection of the first will need to become the query criteria for the second. Everything I try ends up popping up a box and asking for inputs instead of running the query.
***This also needs to be a one time variable as the form has a subform that creates new entries for missions as needed so the lookup will be unique to each entry.
eg. Combo box 1 lets user select a squadron from a list of 3, when that combo is selected it should allow the second combo box to run a query to lookup the value in the first combo box and return the results as the list in the second combo.
I have been trying to figure this out for 3 days now and it is starting to get on my nerves. Can anyone out there help?
***This also needs to be a one time variable as the form has a subform that creates new entries for missions as needed so the lookup will be unique to each entry.
eg. Combo box 1 lets user select a squadron from a list of 3, when that combo is selected it should allow the second combo box to run a query to lookup the value in the first combo box and return the results as the list in the second combo.
I have been trying to figure this out for 3 days now and it is starting to get on my nerves. Can anyone out there help?
Comment