dm5085
Technical User
- Jul 15, 2004
- 17
I'm trying to calculate a sum of Unique ID's in a query.
OTSEmpRec: IIf([tblNomination]![NominationType]=1,Count([tblNomination]![NominationId]))
It's not allowing the query to run with the error message "you tried to execute a query that does not include the specified expression "".
Can anyone help? Thanks so much!
OTSEmpRec: IIf([tblNomination]![NominationType]=1,Count([tblNomination]![NominationId]))
It's not allowing the query to run with the error message "you tried to execute a query that does not include the specified expression "".
Can anyone help? Thanks so much!