I would greatly appreciate help if anyone has suggestions to my problem.
Key Word Search by Name Id (number)
In my file each record may contain one or more related name id's (number). I want to search the report by name id (number); however, I want it to pull all name ids related to the same case, excludeing records that do not contain the search name id.
The way that it's sorting records now:
Record 1 returns all information in group field.
Search name id only returns in the detail section
Record 2 returns all information in group field.
Search name id only returns in the detail section
The way that I want it to sort records:
Record 1 returns all information in group field.
Search Name id in details section
Name 2 id thats involved in details section
Name 3 id thats involved in details section
Name 4 id thats involved in details section
Record 2 returns all information in the group field.
Search name id in the details section
Name 2 id in the details section
Can anyone tell me how to only pull records that contain a certain name id included in the report and still show all other name id attached.
Key Word Search by Name Id (number)
In my file each record may contain one or more related name id's (number). I want to search the report by name id (number); however, I want it to pull all name ids related to the same case, excludeing records that do not contain the search name id.
The way that it's sorting records now:
Record 1 returns all information in group field.
Search name id only returns in the detail section
Record 2 returns all information in group field.
Search name id only returns in the detail section
The way that I want it to sort records:
Record 1 returns all information in group field.
Search Name id in details section
Name 2 id thats involved in details section
Name 3 id thats involved in details section
Name 4 id thats involved in details section
Record 2 returns all information in the group field.
Search name id in the details section
Name 2 id in the details section
Can anyone tell me how to only pull records that contain a certain name id included in the report and still show all other name id attached.