Maximum size of memo field

G

Guest

I'm trying to append a single field query into a table with a single memo
field and I get the message "record too large".
Its size is 22,000 bytes.
However, I can copy & paste it in.
Any suggestions or advice please?
 
G

Guest

I'm not sure if this is what you want, but this is the SQL of the append query

INSERT INTO FileExchangeExportTo ( Description )
SELECT [FE-Ex-Add-ATMultis].Descr
FROM [FE-Ex-Add-ATMultis];
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top