I'm sure there's a more elegant way to address this problem, but if used two queries you could retrieve the info you want. In the first query link the two tables by Book # (simple join) and retrieve the Book# and Cust# and limit to the Cust# you're interested in. Then, in the second query link...