After conversion to Access 2002, this field generates an error:
3071 This expression is typed incorrectly, or it is too complex to be
evaluated. ...
I tried to replace the expression with this one:
DSum("[amount]", "qrySalesResults", "[code]=1")
I have to cancel the operation because no report showing even after 10
minutes.
So how to go from here?
Thanks
=Sum(Iif([code]=1, [amount], 0)
Is that a typo - there is a missing ")" ?
=Sum(Iif([code]=1, [amount], 0))
"Welby" <We...@discussions.microsoft.com> wrote in message
news:EBC77C32-0031-4B2C...@microsoft.com...
Welby
But in any event, you might want to check your references.
"John Spencer" <spe...@chpdm.edu> wrote in message
news:e0w14MeH...@tk2msftngp13.phx.gbl...
Is the Code field truly numeric?
--
Duane Hookom
MS Access MVP
--
"Gina Whipp" <n...@viruses.com> wrote in message
news:eD8muheH...@tk2msftngp13.phx.gbl...