I have access linked to an Sql Server Database. One table that I have linked has a long binary field called Bits and a field called bits_length. I want to be able to view and use this Bits field. Text is stored in the field. When I use the field in a query it shows long binary in the field. Is there not a simple way to convert these in a calculated field in a query? Like CStr(Bits)- which does not work????? When I do this is show some wild characters.