Hello everyone! Im new to this forum as well as databases in general. Right now Ive got a little project going on where i have to make a commercial loan database generate automated reports at the end of the month that lists all the new applications with different information on them. Ive gotten almost everything done except for linking the applicants name to the report in my query. Im pulling data from 6 tables which are all linked by applID. My problem is none of these tables that contain applID have the applicants name. The table that DOES have the applicants name is not organized by applID; its organized by borrowerID within my Borrower table, which does not contain any applID. I have one other table who's purpose is to put an applID to a borrowerID. I need some help in somehow linking those two within my query. Any help would be greatly appreciated. Thanks!