I changed it to
FROM (select Changes.Part_Number_1 As Prod, [ECN_Number] as Location from Changes
and I get the error of my columns do not match. Assuming becuase there is 2 columns in the start and there are 3 in the union selects?
FROM (select Changes.Part_Number_1 As Prod, [ECN_Number] as Location from Changes
and I get the error of my columns do not match. Assuming becuase there is 2 columns in the start and there are 3 in the union selects?