KLaksomuch
New member
- Local time
- Yesterday, 18:04
- Joined
- Mar 7, 2005
- Messages
- 5
Hi,
From a report Form, the user selects some criteria to narrow down the report data. So, when calling the report there is a filter.
The report, calls a query with the filter sent to it. It also has a sub-report that shows some total allocations. The detail line consists of account number, comments, prior year allocation, expenses etc.
If there is duplicate data, all fields are the exact same except for 1 field.
Example of Data
Acct. FundingSortCode
----------------------------------
2255 a
2255 c
2255 d
2255 e
This FundingSortCode is not shown on the report, but it is used in the report Form selection criteria. (i.e.: when calling the report it sends ([FundingSortCode] <> 'a') ).
The report has 2 groupings: Community Name and Project Number.
Since I can't hide the sub-report, I had to put it under the Project Number grouping.
Between each detail grouping is a line. I need to only show 1 detail line.
But, when the duplicates records, the report gets:
line
detail information
line
sub-report information
line
I need to remove the middle line, this line is the first field in the detail section. This is happening because of the dupicate records.
Any ideas?
Thanks so much.
Karen
From a report Form, the user selects some criteria to narrow down the report data. So, when calling the report there is a filter.
The report, calls a query with the filter sent to it. It also has a sub-report that shows some total allocations. The detail line consists of account number, comments, prior year allocation, expenses etc.
If there is duplicate data, all fields are the exact same except for 1 field.
Example of Data
Acct. FundingSortCode
----------------------------------
2255 a
2255 c
2255 d
2255 e
This FundingSortCode is not shown on the report, but it is used in the report Form selection criteria. (i.e.: when calling the report it sends ([FundingSortCode] <> 'a') ).
The report has 2 groupings: Community Name and Project Number.
Since I can't hide the sub-report, I had to put it under the Project Number grouping.
Between each detail grouping is a line. I need to only show 1 detail line.
But, when the duplicates records, the report gets:
line
detail information
line
sub-report information
line
I need to remove the middle line, this line is the first field in the detail section. This is happening because of the dupicate records.
Any ideas?
Thanks so much.
Karen
Last edited: