I have two tables that I need to join in a query. The join I have now duplicates the info for lot #. The tables are as follows;
TipBreakage - Lot#(Primary Key), DateReceived, Part#
and
Process Information - Lot #, TipBlank#, BulkPart # (Primary Keys), Quantity Received Engraving.
All I want...