G
Guest
I am trying to use the following expression in a query and get a "Undefined
function 'CInt' in expression" error. If I take off the "CInt" part, I then
get an undefined function error for the "DLookUp." I have used this exact
function in another DB with no problem. Any ideas what is happeining here? Is
there something that needs to be set DB specific?
TIA.
MaxCount: CInt(DLookUp("[FirstCount]","[tblFirstPP]","[FirstPP]=" &
DMax("[PP]","[tblMaster]")))
function 'CInt' in expression" error. If I take off the "CInt" part, I then
get an undefined function error for the "DLookUp." I have used this exact
function in another DB with no problem. Any ideas what is happeining here? Is
there something that needs to be set DB specific?
TIA.
MaxCount: CInt(DLookUp("[FirstCount]","[tblFirstPP]","[FirstPP]=" &
DMax("[PP]","[tblMaster]")))