B
bw
I have a MainReport, then a SubReport1 which is in the detail section of the
main report. The Main and SubReport1 are linked by CoName in the Master and
Child Fields.
SubReport2 is in the detail section of SubReport1, and they are linked by
CoName in the Master and Child Fields.
The Table these SubReports use has two types of records (specified by a
yes/no field, [BType]).
Values for the [BType] = Yes, is Flat Rate billing charge information.
Values for the [BType] = No is for a Per Unit billing charge information.
In SubReport1, I want to print only the [Btype] = Yes records. There is no
Criteria specified for SubReport1.
In SubReport2 I want to print only the [BType] = No records. The Criteria
for SubReport2 is [BType]=No.
My MainReport is working fine but for one (big) problem:
1. If SubReport1 has no [BType] = Yes records, then nothing gets printed for
SubReport2.
How can I avoid this problem?
Suggestions and/or guidance will be appreciated.
Bernie
main report. The Main and SubReport1 are linked by CoName in the Master and
Child Fields.
SubReport2 is in the detail section of SubReport1, and they are linked by
CoName in the Master and Child Fields.
The Table these SubReports use has two types of records (specified by a
yes/no field, [BType]).
Values for the [BType] = Yes, is Flat Rate billing charge information.
Values for the [BType] = No is for a Per Unit billing charge information.
In SubReport1, I want to print only the [Btype] = Yes records. There is no
Criteria specified for SubReport1.
In SubReport2 I want to print only the [BType] = No records. The Criteria
for SubReport2 is [BType]=No.
My MainReport is working fine but for one (big) problem:
1. If SubReport1 has no [BType] = Yes records, then nothing gets printed for
SubReport2.
How can I avoid this problem?
Suggestions and/or guidance will be appreciated.
Bernie