Log in

View Full Version : GUID (SQL uniqueidentifier)



ldoodle
09-07-2017, 01:04 AM
Hey,

Is there a proper data type to use for GUIDs in Outlook? I'm using String but this wraps {} around the value when pulled from SQL, so I'm doing this to get around it:


DocumentID = Mid$(Recordset("DocumentId"), 2, 36)

Thanks.