3349 - Numeric Field Overflow

  • Thread starter Thread starter Luke Smith
  • Start date Start date
Luke,

Look at your table design (the one you are loading the data to) and see if
you have any numeric fields defined as Integer or Single; change them to
Long Integer and Double respectively, to see if that solves the problem.
Change them one by one to locate the one that causes the problem.

HTH,
Nikos
 
H

I am getting the exact same error, but I am using a create table query that reads all the records from an access table linked to a .csv fil

Any help would be greatly appreciate

Thank
Tshifhiw

----- Nikos Yannacopoulos wrote: ----

Luke

Look at your table design (the one you are loading the data to) and see i
you have any numeric fields defined as Integer or Single; change them t
Long Integer and Double respectively, to see if that solves the problem
Change them one by one to locate the one that causes the problem

HTH
Niko
 
Back
Top