G
Guest
Hello:
I have a query showing result like
ID Year Field1 Field 2 Field3
1 2005 Y Y
1 2005 Y
1 2005 Y
How can I show the result in one line as a summary, i.e.
ID Year Field1 Field 2 Field3
1 2005 Y Y Y
Thanks in advance!
I have a query showing result like
ID Year Field1 Field 2 Field3
1 2005 Y Y
1 2005 Y
1 2005 Y
How can I show the result in one line as a summary, i.e.
ID Year Field1 Field 2 Field3
1 2005 Y Y Y
Thanks in advance!