Hi,
I'm trying to make use of the UNION SQL command, but I can't quite seem to get it to work. Here's my Code:
SELECT tblProductionTracking.ProductionTrackingID, tblProductionTracking.FunctionTrackingID, tblProductionTracking.TrackingNumber, tblProductionTracking.TrackingOnly...