I have a query that pulls new and used tolernace limits for parts from two tables. New tolerances are stored in one table and used tolerances are stored in another table. Information about tolerances can be found in either table by searching for the part number. There is an entry in the new tolerances table for each part. There may or may not be an entry for a part in the used tolerances table. When there is an entry for new and used, the query works fine. When there is no entry in used, the query returns no information. Any suggestions other than create an entry in the used parts table for all parts (what a chore!)?
Thanks in advance,
pbt1234
Thanks in advance,
pbt1234