K
Karen
Hi.
I have a report that is based on a make table query. The make table query
result is as follows:
parent id last paternal id maternal id
0010121 Basch 0022976 0042020
0010121 Basch 0022976 0048999
0010121 Basch 0045564 0042020
0010121 Basch 0045564 0048999
0010121 Basch 0094058 0042020
0010121 Basch 0094058 0048999
I need my report to look like this:
parent id last paternal and maternal id
0010121 Basch 0022976
0045564
0094058
0042020
0048999
The parent id and last name comes from a make table query of its own. The
maternal and paternal id's come from two seperate make table queries. All
tables ar joined by the parent ID as it exists in all 3 tables. The parent
ID table is the "parent" and the two other tables are the "child" (in join)
I tried "hide duplicates" property to "yes" and it does not work because I
have other people on my report with the same last name and it is hiding them
as well.
I hope this is clear and you can help.
Thanks
I have a report that is based on a make table query. The make table query
result is as follows:
parent id last paternal id maternal id
0010121 Basch 0022976 0042020
0010121 Basch 0022976 0048999
0010121 Basch 0045564 0042020
0010121 Basch 0045564 0048999
0010121 Basch 0094058 0042020
0010121 Basch 0094058 0048999
I need my report to look like this:
parent id last paternal and maternal id
0010121 Basch 0022976
0045564
0094058
0042020
0048999
The parent id and last name comes from a make table query of its own. The
maternal and paternal id's come from two seperate make table queries. All
tables ar joined by the parent ID as it exists in all 3 tables. The parent
ID table is the "parent" and the two other tables are the "child" (in join)
I tried "hide duplicates" property to "yes" and it does not work because I
have other people on my report with the same last name and it is hiding them
as well.
I hope this is clear and you can help.
Thanks