Overflow Error Message

H

Harriet Todaro

What would cause my database which worked fine just about a week ago to give
me an "Overflow" error message?

Any help would be greatly appreciated.

Harriet
 
V

Van T. Dinh

Lots of thing: dividing with very small divisor, storing a number to big for
the Field type, etc ...

You need to tell us where the error occurs ...
 
Top