I misrepresented the data type. In MS SQL the data type is refered to as text with a length of 16. The defintions of the data type is as follows
TEXT
Variable-length non-Unicode data in the code page of the server and with a maximum length of 231-1 (2,147,483,647) characters. When the server code page uses double-byte characters, the storage is still 2,147,483,647 bytes. Depending on the character string, the storage size may be less than 2,147,483,647 bytes.
In the Crystal Report only 891 characters of the 2596 chacters that are in that record are being displayed.
I can get MS Access to display all 2596 characters. Is there any way that Crystal will display all of the Characters?