I have a query based on 2 tables. Emptbl, Availtbl. They are related by EmpNo field. When the empno is typed the name field fills in. <br><br>I need to get all the records for certain fields to export to a text file. Join type 2 gives me the records but does not populate the empno field for all the records. <br><br>What can I do to get all the fields I've queried, for all the records. Thanks you for your help.