I'm certain that I am making some sort of silly mistake, and am at the frustration point where I can't see past it. I have a report that contains a header with a specific Scenario ID. Based on this Scenario ID, there are several cases that are displayed in a subform. I have the Main form grouped on the Scenario ID. This causes the report to display the correct number of cases based on the ID. However, the cases are all repeating the first case (see example before). Is there a way to properly group/sort the report so I am able to see every case associated with the Scenario ID?
Thank you for your help!
Table
Scenario ID Case Sequence Unique ID BS1 712 1 BS1_1_712 BS1 888 2 BS1_2_888 BS2 902 1 BS2_1_902 BS2 911 2 BS2_2_911 BS2 123 3 BS2_3_123
What is being displayed:
BS1
712
712
BS2
902
902
902