I have a small search form with 2 combo boxes.
cboPlantNum (tblPlant) Field1 - PlantID - Field2- PlantNum
cboEquipmentType (TblEquipmentType) Field 1 - EquipmentTypeID Field 2 - EquipmentType
I have a search button (cmdSearch) that opens a continuous form with a list of equipment.
I would like only the equipment that meets the criteria of BOTH combo boxes to be displayed in my continuous form.
cboPlantNum (tblPlant) Field1 - PlantID - Field2- PlantNum
cboEquipmentType (TblEquipmentType) Field 1 - EquipmentTypeID Field 2 - EquipmentType
I have a search button (cmdSearch) that opens a continuous form with a list of equipment.
I would like only the equipment that meets the criteria of BOTH combo boxes to be displayed in my continuous form.