P
(PeteCresswell)
I've got a half-dozen queries that contain this expression:
IssuerName: IIf(IsNull([tblIssuer].[IssuerID]),"[Issuer
Unknown]",[tblIssuer].[IssuerName])
Haven't touched any of them, but suddenly they were all throwing
"Compile error. in query expression 'IssuerName:
IIf(IsNull([tblIssuer].[IssuerID]),"[Issuer
Unknown]",[tblIssuer].[IssuerName])'."
tblIssuer.IssuerID is still there in a link.
My kneejerk was to somehow force recompiles of all the queries,
so I did a Compact/Repair.
After the compact/repair, all was well: the errors went away.
Can anybody elucidate?
IssuerName: IIf(IsNull([tblIssuer].[IssuerID]),"[Issuer
Unknown]",[tblIssuer].[IssuerName])
Haven't touched any of them, but suddenly they were all throwing
"Compile error. in query expression 'IssuerName:
IIf(IsNull([tblIssuer].[IssuerID]),"[Issuer
Unknown]",[tblIssuer].[IssuerName])'."
tblIssuer.IssuerID is still there in a link.
My kneejerk was to somehow force recompiles of all the queries,
so I did a Compact/Repair.
After the compact/repair, all was well: the errors went away.
Can anybody elucidate?