Overflow?

D

David W

I get a runtime error '6'
overflow
when I run an append query.
Any ideals as to what is causing this?
 
R

Rick Brandt

David W said:
I get a runtime error '6'
overflow
when I run an append query.
Any ideals as to what is causing this?

Either a divide by zero error or trying to put a number in a field that is too
large.
 
Top