S
sabrown
I have created a report that has several calculated controls in it. I
have been unable to get a total at any group level by any of the
recommended =Sum() syntax. For example...
Detail control...
BIN$=IIf([SUGGMODL]="BIN",[ESTINV$],0)
At group level have tried...
=Sum(IIf([SUGGMODL]="BIN",[ESTINV$],0))
and
=IIF(Sum(SUGGMODL]="BIN",Sum([ESTINV$]),0))
I keep getting parameter entry dialogs for SUGGMODL and ESTINV$???
have been unable to get a total at any group level by any of the
recommended =Sum() syntax. For example...
Detail control...
BIN$=IIf([SUGGMODL]="BIN",[ESTINV$],0)
At group level have tried...
=Sum(IIf([SUGGMODL]="BIN",[ESTINV$],0))
and
=IIF(Sum(SUGGMODL]="BIN",Sum([ESTINV$]),0))
I keep getting parameter entry dialogs for SUGGMODL and ESTINV$???