I have a table with two columns; [Number] and [Amount]. On the report, I have 3 fields; [Number], [Amount1] & [Amount2].
[Amount1] is =IIf([Number] Like "[A-G]",[Amount],"")
[Amount2] is =IIf([Number] Like "[H-Z]",[Amount],"")
The details are coming up correctly but I am having an error message “Enter Parameter Value” for the total for Amount1 and Amount2.
[Total Amount1] is =Sum([Amount1])
[Total Amount2] is =Sum([Amount2])
The totals are in the Report Footer.
What did I do wrong? Thanks for any advise.
[Amount1] is =IIf([Number] Like "[A-G]",[Amount],"")
[Amount2] is =IIf([Number] Like "[H-Z]",[Amount],"")
The details are coming up correctly but I am having an error message “Enter Parameter Value” for the total for Amount1 and Amount2.
[Total Amount1] is =Sum([Amount1])
[Total Amount2] is =Sum([Amount2])
The totals are in the Report Footer.
What did I do wrong? Thanks for any advise.