Update Query Truncates Results

W

warren50

I'm using the following simple Update Query to combine 2 Memo fields into 1
memo field: UPDATE Re2_listings SET Re2_listings.DetailedDesc =
Re2_listings!ShortDesc & Re2_listings!DetailedDesc;

The final result adds the data from ShortDesc and then truncates the
DetailedDesc data at seemingly random places. Has anyone experienced this
before? What is going on? Both fields are memo
 
Top