SarasotaIT
IS-IT--Management
I had data in a char. field that was in the form 0000-000-0000. After stripping out the dashes to make the data all numeric, I tried to convert the field from char. to long integer. Access errors out (table contains 280,000 records). SO, I thought I would outsmart Access and create an exact copy of the table w/o data, change the datatype of the field in the new empty table, and then run an Insert INTO query to import the records into the new table. Query runs but Access reports that 8000 records will be converted to Null due to data type conversion errors. I am sure all data in field is numeric with no spaces. I even tried exporting table to .txt (w/o ""
and importing but errors prevent that field's data from importing. Any suggestions?
Thanks in advance!
Thanks in advance!