I need some more assistance, I'm still not quite sure how to use joins. I want to run some code to find certain data in different tables. Here is an example of what I am trying to put together: Here are the fields: table1_person_ID table2_credit_type table3_credit I want to find any ID whose record is not NULL on table2 and has 2 or more records corresponding to the record on table2 on table3. I figure this is possible with joins but I've never joined more than one table. Isn't that what I would have to do or am I over thinking it?