O.K. probably stupid question but I can't figure out. I have a report that utilizes data from 3 tables. tblDivision (division code, division description), tblCompanies (company name, address, etc.), and tblCompanyDivisions (division and company name both linked back to respective tables). I want to print a report sorted by Division (No problem) However I can not get the division description contained in tblDivision to appear beside the Division Code that comes from tblCompaniesDivision. Any ideas.