01-12-2006 10:31 AM
01-12-2006 11:27 AM
01-12-2006 11:52 AM - edited 01-12-2006 11:52 AM
Something like this
David
Message Edited by David Crawford on 01-12-2006 11:53 AM
01-12-2006 12:00 PM
Thanks for the quick responses. I will give this a try. It looks like it should solve my problem.
Jim Cardinal
03-31-2021 07:52 AM
Hi to everybody, with this post I found a solution do insert string >255 into MS Access Type = NOTE.
I still have the problem reading data when a field NOTE contain a string >255.
It gives me "The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.".
Seems it do a table for query, using String instead of NOTE.
Any Idea?
Thanks
03-31-2021 08:20 AM
Make sure your field is "long text" and not "short text"
Data types for Access desktop databases - Access (microsoft.com)