master.BU = 10,11,12,13....
employee.BU = 10,11,12,13....
Unit.BU = 10,11,12,13...
Unit.name = XYZ, LOL, OMG
switch ({master.BU}=10,{employee.BU})
join is on master.EmpID to employee.ID
So if my BU = 10, I need it to look at the employee.BU table and use that field as the new BU with the...