I have received from a third party through a client a database with a series of queries joining tables with civil survey data to other tables with the same data in a different order with room for a few other fields to be filled out in office through a form. My problem is I can't seem to make sense of the existing query that is supposed to run this process. There is a macro that runs a delete query on the "BSD_" table followed by the join query between "SC_" table and "BSD_" table through an intermediate table and a master point table. I've attached a couple screenshots outlining some of the query in design view. The "SC_TEE" table is very straightforward PNEZD data with some attributes, the "BSD_TEE" table contains the same attributes plus or minus a few others (manufacturer, pressure test results, line/series/route numbering, etc.) but with no PNEZD data. I am under the impression this database is ready to use and the query is complete, unless I am missing some sort of data in the Point table that is preventing the join from going through. Essentially I need the relationships and append query process broken down to troubleshoot why the data in the "SC_TEE" table isn't appearing in the "BSD_TEE" table after running the query. I'm not getting any error messages either. Any help would be greatly appreciated.