Sub Report

  • Thread starter Thread starter Duane
  • Start date Start date
D

Duane

I have a report where there are two sub reports in the detail section. One
is called 8hourdays and the other is called 10hourdays.

Each sub report uses a parameter query, using the txtjob control on the
billing form ([Forms]![frmBilling]![txtjob]). The report functions
perfectly, except when there aren't any records in one of the sub reports.

The 8hourdays report is positioned above the 10hourdays report. If there
are not any record for the 8hourdays report, based on the job, there is a
blank spot in the report. The same goes for the 10hourdays report if there
aren't any records.

The reports are simple:

8HourDays
Label: Prisoner Wages [SumCountOfPrisoner] [8HourWages]
[SumCountOfPrisoner]*[8HourWages]
Label: Administrative Fee [SumCountOfPrisoner] [8HourAdmFee]
[SumCountOfPrisoner]*[8HourAdmFee]

10HourDays
Label: Prisoner Wages [SumCountOfPrisoner] [10HourWages]
[SumCountOfPrisoner]*[10HourWages]
Label: Administrative Fee [SumCountOfPrisoner] [10HourAdmFee]
[SumCountOfPrisoner]*[10HourAdmFee]

Is there a way to show the controls on these retorts even if there aren't
any records returned? I would like to show the labels and zeros in the
numeric fields.

Any ideas would be greatly appreciated. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top