I have a union query that was working last week, but now it's giving me an error 'the field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data'.
The offending fields in the origin tables are memo fields. By default they only accept 254 characters.
On a union query, are the destination fields supposed to be the same datatype as the originating table fields?
If my originating table contains the data, why is the query now telling me that the field size is too small?
Thanks for your help.
The offending fields in the origin tables are memo fields. By default they only accept 254 characters.
On a union query, are the destination fields supposed to be the same datatype as the originating table fields?
If my originating table contains the data, why is the query now telling me that the field size is too small?
Thanks for your help.