Hi,
I am having a problem with a query that I am running and exporting.
Part of the query concatenates a couple of different parts of some tables that I have created and when I export the query to Excel it truncates this cell to 255 characters. If I export it with formatting and layout it truncates it to 4000 characters. When the query is run, its perfectly fine and you can view all the information to copy/paste into Excel. But as soon as you export it you have problems.
A bit more information.......
I am attempting to create product descriptions (all of which we have stored in out Access Database). To create these descriptions, here is what I have done;
Query 1 (creates all the product descriptions):
General Description - from a memo field in a Table
Features (html) - from a memo field in a Table
Specifications (html) - from a memo field in a Table
Video (html) - from a memo field in a Table
Images (html) - from a Query
Query 2 (creates the package descriptions by looking in a linked table which is exported from our Accounts system to find components and then concatenates the descriptions of the components):
Kit Description - from a Table
Component 1 Description - from Query 1
Component 2 (if necessary) Description - from Query 1
Component 3 (if necessary) Description - from Query 1
Component 4 (if necessary) Description - from Query 1
Component 5 (if necessary) Description - from Query 1
It is the Descriptions in Query 2 that are being truncated when exported to Excel.
Does anyone have any suggestions?
Dan.