A family of Microsoft relational database management systems designed for ease of use.
Ken, thanks again for your help. The problem is fixed. Initially, I only had the report print in SSN sequence. Therefore, I only had one group on the Sorting and Grouping Dialog Box. When I was asked to print the report either in SSN sequence or EmpName sequence, I added the EmpName to the Sorting and Grouping Dialog Box but it was AFTER the initial SSN group. So, even though I specified GoupLevel (0).ControlSource = "EmpName" and GroupLevel(1).ControlSource = "SSN" within the same name there was never a control break for a different SSN. When I changed the order of the fields in the Sorting and Grouping Dialog Box so that the highest sort order was listed first all worked perfectly.
Mike Bromley