I have a report that will print out info from a query. That query is based on 4 tables that are linked together. Basically, I have a table with name and address and so-on. The next table that is linked to it is for property accociated with that person. So their is one person, but that person can have several items of property associated with them. Example Jon Doe(One Record) He owns a stero, dvd player, vcr (3 records) On my report I can only get it to show the first item of property entered in the table. How can I get it to show multiple items of property. Hopefully this makes sense.