CarlRostron
Registered User.
- Local time
- Today, 16:33
- Joined
- Nov 14, 2011
- Messages
- 88
I have a report and within the report is a subreport. Within the subreport I have an =sum([HoursRecorded]*24) and the Text Box label control is named 'SumHours'. The Subreport within the main form is named [subreportinvoice].
In the footer of the main form, I have the following:
I get the error: #NAME?
Any ideas please?
In the footer of the main form, I have the following:
Code:
=IIf(IsNull([ManuallySetPrice]),[HourlyRate]*[subreportInvoice].[SumHours],[ManuallySetPrice])
I get the error: #NAME?
Any ideas please?