Error 3349

  • Thread starter Thread starter Mikhail
  • Start date Start date
M

Mikhail

I everyday import data to my database from Excel files
using an append query. Everything worked fine till today.
Now I every time receive message as follows:
"Error 3349 Number field overfilled" (I receive this
message in Russian, so the translation may be not exact)
What is Error 3349? Does anybody know? Or is there any
error codes lists in the Internet?
Thanks in advance!
Mikhail
 
Not sure.
If it is an overflow could you have a piece of "bad data" someplace?
e.g. Access is looking for an Integer and you are providing decimals.
Or the integer value exceeds 2.4 billlion and overflows the buffer.
Or a date field is typed wrong and Access trys to do division on it instead.
e.g. 12/3/200
 
Back
Top