I have a report which details the number of Accounts that have been actioned.
There are different action types. So my report displays Accounts that have been actioned over any particular period that may be specified by a user.
However, i want the total number of accounts that have been actioned to appear in the report. To do this i have created a textbox on the report and bound it to an expression
=Count(Accts). Accts is a field in my table which holds accounts that have been actioned. Any account appearing in that table has been actioned.
However, this returns an error on my report. Can anyone help with a better way to do this or maybe why i get an error #Error
There are different action types. So my report displays Accounts that have been actioned over any particular period that may be specified by a user.
However, i want the total number of accounts that have been actioned to appear in the report. To do this i have created a textbox on the report and bound it to an expression
=Count(Accts). Accts is a field in my table which holds accounts that have been actioned. Any account appearing in that table has been actioned.
However, this returns an error on my report. Can anyone help with a better way to do this or maybe why i get an error #Error