Hello,
I am trying to filter a combo box based upon a union query.
i have the following structure,
My union query. The only problem i have with this is instead of showing row 1 (PlantNum or EquipmentType) it shows row 0 (ID). Can i fix this?
These are my results (BOILERNAME) That i would to display in my final combobox
This is my form. The goal is to filter the 3rd combobox based upon matching criteria in PlantNum and EquipmentType. If both of these conditions are met the 3rd combobox, (EquipmentID) will display results that match the criteria.
I am trying to filter a combo box based upon a union query.
i have the following structure,
My union query. The only problem i have with this is instead of showing row 1 (PlantNum or EquipmentType) it shows row 0 (ID). Can i fix this?
These are my results (BOILERNAME) That i would to display in my final combobox
This is my form. The goal is to filter the 3rd combobox based upon matching criteria in PlantNum and EquipmentType. If both of these conditions are met the 3rd combobox, (EquipmentID) will display results that match the criteria.