Hi,
I have developed a solution to my report project using SQL queries (thanks to Fazza) - see http://www.mrexcel.com/board2/viewtopic.php?t=283369, but I am now left with the problem that any cell with more than 255 characters is truncated when I use the query to puall the data together.
Is there a way of avoiding this, while still maintaining the SQL approach to moving data around? (i.e. I know I can get round it by copying and pasting ranges, but that wont work for me)
My alternative is to limit all data to 255 characters and enforce using
I have developed a solution to my report project using SQL queries (thanks to Fazza) - see http://www.mrexcel.com/board2/viewtopic.php?t=283369, but I am now left with the problem that any cell with more than 255 characters is truncated when I use the query to puall the data together.
Is there a way of avoiding this, while still maintaining the SQL approach to moving data around? (i.e. I know I can get round it by copying and pasting ranges, but that wont work for me)
My alternative is to limit all data to 255 characters and enforce using