I have imported a table to an existing database. I want to merge two tables(A and B) together. I did an append query. What it is doing when I run this is that it is selecting records from both tables that have a matching value in the fields that are joined - I take this is called INNER JOIN. My question is how can I include the records that are in table A that is not in table B???
Thanks in advance for the help!
Thanks in advance for the help!