G
Guest
Hi,
I have read lots of posts and tried some of them, but I cannot get it right.
I need help!
I have a main report (ReportTrial1) and a Sub-Report (ReportTrial3).
I need to add 2 fields: 1 located in the main form named ConsultID
(currency), the other field is located in the subreport: (ProfFeePrice):
currency.
The sub report is placed in the Detail section of the main report:
I have tried to put a text box called (txtSubTotal) in the detail section of
the main report with the following control source:
IIf([ReportTrial3].[Report].[HasData],
Nz([ReportTrial3].[Report].[ProfFeePrice],0),0)
I have then added another text box in the main report group footer:
=Sum([ConsultID]+[txtSubTotal])
Running sum property: Over All
The report just displays a blank page, I have the feeling that I have put
these txt boxes in the wring places. I really need some help and I will
appreciate any suggestions.
Chris.
I have read lots of posts and tried some of them, but I cannot get it right.
I need help!
I have a main report (ReportTrial1) and a Sub-Report (ReportTrial3).
I need to add 2 fields: 1 located in the main form named ConsultID
(currency), the other field is located in the subreport: (ProfFeePrice):
currency.
The sub report is placed in the Detail section of the main report:
I have tried to put a text box called (txtSubTotal) in the detail section of
the main report with the following control source:
IIf([ReportTrial3].[Report].[HasData],
Nz([ReportTrial3].[Report].[ProfFeePrice],0),0)
I have then added another text box in the main report group footer:
=Sum([ConsultID]+[txtSubTotal])
Running sum property: Over All
The report just displays a blank page, I have the feeling that I have put
these txt boxes in the wring places. I really need some help and I will
appreciate any suggestions.
Chris.