Please see the data to be displayed below:
Name Item# SSN Type Date Status Company Notes
xyz 1 5462 a 10/01 Approved uvw test1
xyz 1 5462 b 10/01 Approved abc test2
The above records are for the same person (xyz). I need to display the first record with all the data as shown above. However, for the second record, I just need to display the data in the Type, Company and Notes fields because the data in the other fields is the same as in the first record.
I tried using the HideDuplicates property of the textbox but it hides the duplicate data in all the remaining records. But this will not work in my case because I have records for different persons. So, I need to show the data if it is a different person.
Thanks!
Name Item# SSN Type Date Status Company Notes
xyz 1 5462 a 10/01 Approved uvw test1
xyz 1 5462 b 10/01 Approved abc test2
The above records are for the same person (xyz). I need to display the first record with all the data as shown above. However, for the second record, I just need to display the data in the Type, Company and Notes fields because the data in the other fields is the same as in the first record.
I tried using the HideDuplicates property of the textbox but it hides the duplicate data in all the remaining records. But this will not work in my case because I have records for different persons. So, I need to show the data if it is a different person.
Thanks!