I’m sending out 4 short articles to a variety of publications but I want to make sure that none of the articles I plan to send out are at any of the publications where I have current submissions.
Table 1 lists the articles I propose to send out:
Sub1
Sub2
Sub3
Sub4
Table 2 lists the article, the publication and the date where it is currently submitted.
Piece
Publication
Date
I thought I could create a query that would use an Inner Join for Sub1 with Piece, then Sub2 with Piece, then Sub3 with Piece then Sub4 with Piece. But just bringing table 1 and table 2 into the query and then making the joins doesn’t work. If Sub1 matches Piece but none of the rest do, nothing shows up. I thought I’d try to write an SQL statement that somehow forces the query to do each of the joins and then return only the ones that match. But, as usual, I can’t figure out the proper FROM syntax etc.
All help welcomed. (I have to say that the people on this board has been incredible and generous with their assistance so my continued thanks.)