View Full Version : Export to Excell loses words


angellrp
09-28-2007, 05:39 AM
When I export my database report to excel I lose any characters in cells which are over 255 characters. Please can anyone show me how to get around this?

Thanks

chergh
09-28-2007, 07:07 AM
Which version of excel are you using?

angellrp
10-01-2007, 12:09 AM
Excel 2003 with SP2

chergh
10-02-2007, 08:50 AM
In the query that selects the data for the report for any fields which have more than 255 characters change this from "group by" to "first" and you should get all the text from the field.