Update Query - Record is too large

scgoodman

scgoodman
Local time
Today, 04:07
Joined
Jun 6, 2008
Messages
87
I am trying to update (2) fields from a temp table to a master table. Both fields are defined as memo, with unicode compression as No. I tried it as Yes as well but get the same error 'record is too large'. Do you have any suggestions to try?

I checked the field lengths on characters for the (2) fields and there is nothing over 255.

Thanks
Shannon
 
Please show your table structures.

If the field is less than 255 characters, why are you using Memo?
 

Users who are viewing this thread

Back
Top Bottom