Trying to figure out why DLOOKUP is not returning the GUID. The GUID displays properly in the txtbox field but DLOOKUP is not returning the GUID value.
From the VBA Editor window
Code:
?DLookup("[ActiveDirID_FK]", "Activity", "Activity_PK = " & 76)
????U???
How can I get the GUID Value??
Thanks
John Fuhrman