Hello,
Here is one dlookup statement that works properly:
DLookup("FirstName", "1_Customer", "TimeCreated=#3/17/2014 3:03:11 PM#")
This one produces the message of invalid use of null:
DLookup("FirstName", "1_Customer", "ListID='800007BE-1403477054'")
ListID is a text field, while TimeCreated is a date field.
What am I doing wrong?