Hi,
Can anybody guide me why following in where condition of lookup not working.
----------------------------------------------------------------------------------------------------------------------
"Month_Code> (select max(Fee_month) from T_Fee_Inv_Processed where Session_Year= '" & values("Session_Years") & "' )"
----------------------------------------------------------------------------------------------------------------------
' " & values("Session_Years") & " ' is one of the field from current screen.
Sami