I have a function I'm using to perform LDAP queries from Access. It works fine, but is running into a problem with a particular AD group's "description" attribute. Specifically, when I include "description" in my code, I get a "Type Mismatch" error. I tested everything and verified that the code itself is running fine. The guy that built the function told me there is probably a special character issue that Access is running into with that attribute.

Can someone provide some insight in adjusting/accommodating for this type of issue so that I can include the AD group's "description" attribute?