R
richaluft
Hi:
Can anyone identify why the following is not functioning:
IIf(isnull(DLookUp("[ICD1]","EntryICDs","[EntryNum] = 2926"),"",
Replace(DLookUp("[ICD1]","EntryICDs","[EntryNum] = 2926"),"."," "))?
I'm trying to use it as a query fieldname, and I keep getting errmsg
of
"Compile Error: Expected list separator or )" when I try to debug in
immediate window
Richard
Can anyone identify why the following is not functioning:
IIf(isnull(DLookUp("[ICD1]","EntryICDs","[EntryNum] = 2926"),"",
Replace(DLookUp("[ICD1]","EntryICDs","[EntryNum] = 2926"),"."," "))?
I'm trying to use it as a query fieldname, and I keep getting errmsg
of
"Compile Error: Expected list separator or )" when I try to debug in
immediate window
Richard