uscctechnician
Technical User
Hey everyone,
I am wondering what would be the best way to try and accomplish this.
I have a query, which selects data based on what employee name I select in a ComboBox. I have 4 employees and each one is assigned to 6 or 7 locations. Depending on the employee I select on the ComboBox, the query reports back to me the 6 or 7 locations for that employee.
Now the question. The 4th employee is such that if that name is selected in the ComboBox, I would like ALL locations to show on the query. I was playing around with If/Then statements on the form where this ComboBox is, but is that the most efficient way?
Thanks in Advance!!
I am wondering what would be the best way to try and accomplish this.
I have a query, which selects data based on what employee name I select in a ComboBox. I have 4 employees and each one is assigned to 6 or 7 locations. Depending on the employee I select on the ComboBox, the query reports back to me the 6 or 7 locations for that employee.
Now the question. The 4th employee is such that if that name is selected in the ComboBox, I would like ALL locations to show on the query. I was playing around with If/Then statements on the form where this ComboBox is, but is that the most efficient way?
Thanks in Advance!!