I've been trying to create a report that can show data from multiple tables. I have a header that has only one set of data and only prints once on each page, but it had about three table that all have multiples sets of data that all correspond to the same header. I can get the tables to show all the data, but if i group them, they repeat in the order of 1,2,3,1,2,3,1,2,3, if there is more than one set of data for each, i want them to print out 1,1,1,2,2,2,3,3,3. Is this possible? And how?