I am fairly new to Access, so please forgive me if this question is obvious and/or if it has been answered before.
I have two tables that I am pulling information out of in a query. One of the tables (Table Errors) includes records that I would like to exclude from the output of the query. The records in that table are a subset of the data in a much bigger table (Table Main Data), and they contain a field indicating that these records are errors. I would like to use the error field to exclude this subset of records from Table Main Data. However, if I link the appropriate fields in Table Errors and Table Main Data, but then add the "Error" field from Table Errors into the query, it shows me the opposite of what I want: only those records which contain the errors. How do I use the "Error" field in Table Errors to exclude these erroneous records from Table Main Data?
Thanks!