I'm a newbie so bear with me. I have a project report where I am sorting on the record ID and then project# and want to group all the project #'s and their sub entries together and have them stay together on a page. Record ID is just for sort purposes since the report has to sort by order of record entry. This is what I have:
sort: record ID (ascending, no group)
sort/group: Project # (ascending, group header YES, Group on Prefix Char, Group Int = 1, Keep together Whole Group)
The report is sorting correctly but my groups are breaking up. for instanace, Project P, P-1, P-2 should group together but P is printing on page 2 and P-1, P-3 printing on page 3. When I remove the ID sort, my groups work fine. It's when I put the ID in that the grouping breaks up. Can you sort and group on two different fields? What am I not doing or doing wrong? HELP!
sort: record ID (ascending, no group)
sort/group: Project # (ascending, group header YES, Group on Prefix Char, Group Int = 1, Keep together Whole Group)
The report is sorting correctly but my groups are breaking up. for instanace, Project P, P-1, P-2 should group together but P is printing on page 2 and P-1, P-3 printing on page 3. When I remove the ID sort, my groups work fine. It's when I put the ID in that the grouping breaks up. Can you sort and group on two different fields? What am I not doing or doing wrong? HELP!