V
Vidya Sandela
I am trying to write a small query which will remove the duplicate entries in
my Access table.
This is what I'm trying to do...
SELECT DISTINCT * INTO TEMPTABLE FROM ORIGINALTABLE
DROP ORIGINALTABLE
SELECT * INTO ORIGINALTABLE FROM TEMPTABLE
DROP TEMPTABLE.
I get this error when I do that .
The Field is Too Small to Accept the Amount of Data you Attempted to Add
I just tried doing a select distinct * from originaltable I still get the
same error
Please advise.
Thanks
my Access table.
This is what I'm trying to do...
SELECT DISTINCT * INTO TEMPTABLE FROM ORIGINALTABLE
DROP ORIGINALTABLE
SELECT * INTO ORIGINALTABLE FROM TEMPTABLE
DROP TEMPTABLE.
I get this error when I do that .
The Field is Too Small to Accept the Amount of Data you Attempted to Add
I just tried doing a select distinct * from originaltable I still get the
same error
Please advise.
Thanks