H
Heather
I have a report that compares the contract value of a
number of projects with the sum of the transactions for
each project and calculates the contract amount remaining.
The report is based on the contract table and the
transactions are brought in with a subreport on the
transactions table. My problem comes when there is a
contract with no transactions yet. The transactions
subreport is blank for that project, the expression
results in #Error and I can't find any way of getting
round the error. Current expression: [SumofContractValue] -
[srptContract].[Report]![SumofTransValue]
I have tried IsNull for the subreport but of course the
actual subreport is never null, it just doen't have a line
for that project.
Can anyone help?
number of projects with the sum of the transactions for
each project and calculates the contract amount remaining.
The report is based on the contract table and the
transactions are brought in with a subreport on the
transactions table. My problem comes when there is a
contract with no transactions yet. The transactions
subreport is blank for that project, the expression
results in #Error and I can't find any way of getting
round the error. Current expression: [SumofContractValue] -
[srptContract].[Report]![SumofTransValue]
I have tried IsNull for the subreport but of course the
actual subreport is never null, it just doen't have a line
for that project.
Can anyone help?