Guys,
Why do i keep getting a Null return value even though i know the data exists.
x = DLookup("Week_Ending", "Tbl_Agent_Production_TC", "Week_Ending = #" & txtWEnding & "# and agent_ID = '" & txtAgentID & "'")
All my other Dlookup's work fine but they don't contain date values so i must...