pafcpilgrim
Keeping it Green
- Local time
- Today, 14:11
- Joined
- Apr 14, 2005
- Messages
- 36
Guys,
Why do i keep getting a Null return value even though i know the data exists.
All my other Dlookup's work fine but they don't contain date values so i must be missing something.
Thanks guys.
Why do i keep getting a Null return value even though i know the data exists.
Code:
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 be missing something.
Thanks guys.
Last edited: