I have a large union query (joining 20+ queries) that is doing exactly what I want only it is truncating one of the memo fields. These fields are not truncated in the source queries. Each one of the 20+ queries returns values for different sets of scenarios and then the union query combines the data so they can be exported to excel and sorted either by location or employee. Is there anyway to keep the memo field from truncating in the union query? I have already prevented it from happening in the source queries but those methods do not seem to work for the union query. Thanks in advance.