Hi, I had the exact same problem. I tried using the StringFromGUID() function mentioned in other forums, but this result was still ????????
'Here is what I was trying:
Dim userGuid As String
userGuid = StringFromGUID(DLookup("[userGUID]", "Users", "[UserID]=" & G_USerID))
'This always...