G
Guest
I have the following records:
Rec1 Meeting1 Cook Sales
Rec2 Meeting1 Smith Sales
Rec3 Meeting1 Cook Production
Rec4 Meeting1 Smith Production
I want to print a report that is grouped by Col 1 (Meeting). Is there a way
to produce a report like:
Meeting1
Cook Sales
Smith Production
The 2nd and 3rd report columns are independent of one another, i.e., I don't
care if Production is next to Cook or next to Smith. Aside from a lengthy
explanation of why I'm doing this, is there a way to suppress (in a report)
the duplicate lines that normally get generated:
Meeting1
Cook Sales
Production
Smith Sales
Production
I'm wondering if there is some type of Iif statement that looks for repeats
within a group and deposts a NULL value...
Thank you.
Rec1 Meeting1 Cook Sales
Rec2 Meeting1 Smith Sales
Rec3 Meeting1 Cook Production
Rec4 Meeting1 Smith Production
I want to print a report that is grouped by Col 1 (Meeting). Is there a way
to produce a report like:
Meeting1
Cook Sales
Smith Production
The 2nd and 3rd report columns are independent of one another, i.e., I don't
care if Production is next to Cook or next to Smith. Aside from a lengthy
explanation of why I'm doing this, is there a way to suppress (in a report)
the duplicate lines that normally get generated:
Meeting1
Cook Sales
Production
Smith Sales
Production
I'm wondering if there is some type of Iif statement that looks for repeats
within a group and deposts a NULL value...
Thank you.