DLookup works great when i just use a between argument but as soon as I add the second criteria where the [Data Month] must match the [PayoutYear] I get blanks or errors based on the syntax. It this possible? If so, how?
Code:
DLookUp("[PayoutTier]","t_PayoutGrid",[Bump iGPQ] & " Between [iGPQLow] and [iGPQHigh]" & "' and [PayoutYear] = " & Left([Data Month],4)))
Comment