Please, help again!
There are several standalone reports, all with different Record Source.
I want to put them as subreports into Detail section of one unbound report.
One of them doesn't work as subreport: #Name? error in calculated control.
As standalone report rptPCDev:
Text Box
Name: txtDevice1
Control Source: =IIf(IsNull([tblPC.InvLabel]);"";nz(DLookUp("Description";"qryDevicesPC";"PC=" & Reports!rptPCDev!PCid);""))
As subreport: #Name?
Thank you...
There are several standalone reports, all with different Record Source.
I want to put them as subreports into Detail section of one unbound report.
One of them doesn't work as subreport: #Name? error in calculated control.
As standalone report rptPCDev:
Text Box
Name: txtDevice1
Control Source: =IIf(IsNull([tblPC.InvLabel]);"";nz(DLookUp("Description";"qryDevicesPC";"PC=" & Reports!rptPCDev!PCid);""))
As subreport: #Name?
Thank you...