I have two tables Import, and Books. There are four fields in each table. I want to do a cross query. But the only thing that makes that data unique is that a unique record is combined of all four fields. How do i create the relationship between the two tables?
Example:
Import Table
Book Name
Author
Price
Date
Books Table
Book Name
Author
Price
Date
The combination of all four fields makes the record unique. I want to see which books records are in the import table that are not in the Books table. I have been searching for days. Please help
Example:
Import Table
Book Name
Author
Price
Date
Books Table
Book Name
Author
Price
Date
The combination of all four fields makes the record unique. I want to see which books records are in the import table that are not in the Books table. I have been searching for days. Please help