I am trying to find a specific way to combine/merge/join two tables and need some direction as to how to go about creating the query. I have two tables. Both tables have the same fields. Table A has 300 records, Table B has 50 records. There is an unique ID number field to index the two tables. The data in Table B is what I will call exception data. Every index number record in Table B is also in Table A, but the rest of the data in the other fields for that record is different. I want to create a query that combines the records of the two tables. If the index number is in Table A, but not in Table B, I want that record in the query. But if the index number is in Table B, I want the query to use the record in Table B instead of Table A. The resulting query would have 300 records. I have not been successful experimenting with queries and Googling for examples of this situation. I would appreciate some insight into how I might accomplish this with Access 2003.