I have a table that has a list of employees and the locations they know. The locations are fields. The data is in yes/no check boxes. For example, John knows Atlanta, James knows Atlanta/Miami/Nashville, and Jordan knows Nashville.
Atlanta Miami Nashville
John yes
James yes yes yes
Jordan yes
I created a combo box on a form with a list of locations. How can I create a query that will give me the employees that know the location that is selected in the combo box. For example, if I click on Atlanta, the query will pull both John and James and I can run a report from that.
Atlanta Miami Nashville
John yes
James yes yes yes
Jordan yes
I created a combo box on a form with a list of locations. How can I create a query that will give me the employees that know the location that is selected in the combo box. For example, if I click on Atlanta, the query will pull both John and James and I can run a report from that.