I must preface this posting by saying that I am truly a novice at this, so any help you can provide is greatly appreciated. I have a query with 14 fields and a query with 13 fields. The first six fields of both have the same name. The others are different. I am trying to generate one query that I will use to create a report. When I do a select query based off of the individual tables it does not return all of the data. When I do two separate select queries, one for each table, I get all of the data. However, when I do a select query based off of the two individual queries it returns the data for the header query but has null and zero fields for the printer query. How can I join the two so that the data for both pieces of information on a given date are in one row which I can then come up with yield percentages and sums on the total line?
Qry1 Fields
Date, line, shift, CustName, WO, Assembly, HDRoP, HDRAB, HDR AvailHrs, HDRActHrs, HDRUptime, SleevesCut, HeadedTubes, HDRYield
Qry2 Fields
Date, line, shift, CustName, WO, Assembly, PRoP, PRAvailHrs, PRActHrs, PRUptime, TubesIn, ActTubes, PRYield
End Result
Date, line, shift, CustName, WO, Assembly, HDRoP, HDRAB, HDR AvailHrs, HDRActHrs, HDRUptime, Sleeves Cut, HeadedTubes, HDRYield, PRoP, PRAvailHrs, PRActHrs, PRUptime, TubesIn, ActTubes, PRYield, TotalLine AvailHrs, TotalLineActHrs, TotalLineUptime, TotalLineYield
Qry1 Fields
Date, line, shift, CustName, WO, Assembly, HDRoP, HDRAB, HDR AvailHrs, HDRActHrs, HDRUptime, SleevesCut, HeadedTubes, HDRYield
Qry2 Fields
Date, line, shift, CustName, WO, Assembly, PRoP, PRAvailHrs, PRActHrs, PRUptime, TubesIn, ActTubes, PRYield
End Result
Date, line, shift, CustName, WO, Assembly, HDRoP, HDRAB, HDR AvailHrs, HDRActHrs, HDRUptime, Sleeves Cut, HeadedTubes, HDRYield, PRoP, PRAvailHrs, PRActHrs, PRUptime, TubesIn, ActTubes, PRYield, TotalLine AvailHrs, TotalLineActHrs, TotalLineUptime, TotalLineYield