Hello. I have the following formula in my query:
Rx Payments: IIf([tbl_RevCode_Classifications].[Total Charges]=0,0,Sum(([tbl_RevCode_Classifications].[Rx Charges]/[tbl_RevCode_Classifications].[Total Charges])*[tbl_RevCode_Classifications].[CashReceipts]))
On the Total Line I have "Expression"
When I run the query I get "your query does not include the specified expression as part of an aggregate function" on that above formula.
Google sites argue that I need "Group by". I tried that rather than Expression to no avail.
I've been at this all day and don't know what else to do. HELP.
Thank you.
Rx Payments: IIf([tbl_RevCode_Classifications].[Total Charges]=0,0,Sum(([tbl_RevCode_Classifications].[Rx Charges]/[tbl_RevCode_Classifications].[Total Charges])*[tbl_RevCode_Classifications].[CashReceipts]))
On the Total Line I have "Expression"
When I run the query I get "your query does not include the specified expression as part of an aggregate function" on that above formula.
Google sites argue that I need "Group by". I tried that rather than Expression to no avail.
I've been at this all day and don't know what else to do. HELP.
Thank you.