I have two tables. Table_1 has one record for every person. Table_2 could have one to six records or no records at all for a person in Table_1. The key is an ID field and a TYPE field. If a person has a Type_1 record I want to print out the data in that record. If the person has no Type_1 record then I want to print out a blurb stating "we do not have this info on file." I want to do this for all six Types. Any help will be greatly appreciated. Thanks.