I've created a view called Accounts from an Accounts table. The account id field has 20 digits and is a bigint datatype. When I try and create a report using Crystal Reports via ODBC, the Account id field appears as scientific notation. As a result, I want to add a field to my view which uses the data from the account id field, but changes the datatype to text. I'm a Crystal expert but a SQL Server novice, so I'm not sure how to do this. Can someone help me with an insert query??