A
Arvin Villodres
Good Day to everyone.
How can I set this criteria in a DLookUp Function?
Min >= tempVar >= Max
I used this code but it didn't work.
tempVar = var1 + var2
Equi = DLookup("[Result]", "tblResult", "[Min]>= " &
tempVar And "[Max]<= " & tempVar)
Thank you very much to all.
How can I set this criteria in a DLookUp Function?
Min >= tempVar >= Max
I used this code but it didn't work.
tempVar = var1 + var2
Equi = DLookup("[Result]", "tblResult", "[Min]>= " &
tempVar And "[Max]<= " & tempVar)
Thank you very much to all.