Like what I see from RW00's union query suggestion. Pretty sure this will work. Thanks Andy Tag
SELECT mechanic.Mechanic1, Weekday([date],2) AS weeday, mechanic.equipment
FROM mechanic
WHERE (((mechanic.Mechanic1) Is Not Null));
UNION ALL SELECT mechanic.Mechanic2, Weekday([date],2) AS...