G
Guest
I have a report with almost 250 unbound fields that uses Dlookups and I am
trying to use a field on the report as part of the criteria in the Dlookup.
The field is named fldIsuNm. Any help would be appreciated.
DLookUp("ShareTotal","tblXHolding","[ExpYr] = Cstr(Year(Date())) AND
[ExpMth] = 2 AND[AssetNm] = 'Corporate' And [IsuNm] = fldIsuNm")
trying to use a field on the report as part of the criteria in the Dlookup.
The field is named fldIsuNm. Any help would be appreciated.
DLookUp("ShareTotal","tblXHolding","[ExpYr] = Cstr(Year(Date())) AND
[ExpMth] = 2 AND[AssetNm] = 'Corporate' And [IsuNm] = fldIsuNm")