Hi,
When I try to execute a SQL query in access I get the next error (sorry translated from spanish)
runtime error 3163: The field is too little to accept the amount of data you are trying to add. Try to add less data.
The SQL is:
INSERT INTO _AlbumsTmp (Album, Anyo, Comentario)
SELECT DISTINCT Album, Year, Comment
FROM _Import
The error comes from Comment/Comentario field that is a memo field (maybe because you cannot put memo field with DISTINCT?)
Any hint?
When I try to execute a SQL query in access I get the next error (sorry translated from spanish)
runtime error 3163: The field is too little to accept the amount of data you are trying to add. Try to add less data.
The SQL is:
INSERT INTO _AlbumsTmp (Album, Anyo, Comentario)
SELECT DISTINCT Album, Year, Comment
FROM _Import
The error comes from Comment/Comentario field that is a memo field (maybe because you cannot put memo field with DISTINCT?)
Any hint?