So I'm trying to put multiple queries into one table. What's the the code I have to use?
I used the following:
SELECT SN, GageDescription, CalibrationTolerances, S1, A, S, SO, Tolerance, By, Date, Due, Temperature
FROM [#2 (Q)]
UNION ALL
SELECT SN, GageDescription, CalibrationTolerances, S1, A...