I am trying to total a column (at group level) on a report
where the textbox in that column is populated by a function.
eg ControlSource:=DaysFunction([StartDate],[EndDate],[Beginning Date])
I have tried =sum(DaysFunction([StartDate],[EndDate],[Beginning Date])) however get an 'Unknown Function' error message when I run the report.
The function otherwise works fine without the Sum textbox on the report
I also tried =Sum([DaysCount]) where DaysCount is the name of the Textbox however this just cause a request for a value for [DaysCount] ie as per a parameter query when I run the report
Any Ideas ?
Thanks
where the textbox in that column is populated by a function.
eg ControlSource:=DaysFunction([StartDate],[EndDate],[Beginning Date])
I have tried =sum(DaysFunction([StartDate],[EndDate],[Beginning Date])) however get an 'Unknown Function' error message when I run the report.
The function otherwise works fine without the Sum textbox on the report
I also tried =Sum([DaysCount]) where DaysCount is the name of the Textbox however this just cause a request for a value for [DaysCount] ie as per a parameter query when I run the report
Any Ideas ?
Thanks